Simon Kornblith
3183ec4a68
A somewhat untested attempt at reducing redundancy and increasing speed in the connector version of cachedTypes.js
2011-09-07 05:48:56 +00:00
Simon Kornblith
5b815a4fa2
Add Zotero.Translate#removeHandler() and don't let processDocuments interfere with Zotero.Translate instance reuse
2011-09-07 05:35:22 +00:00
Dan Stillman
800261db26
Delete libraries table row when deleting group
2011-09-07 04:14:43 +00:00
Dan Stillman
81d389a6c4
Use INSERT OR IGNORE for delete item relations
2011-09-07 04:13:38 +00:00
Simon Kornblith
2175700312
Fix duplicates merging, broken by r10414
2011-09-07 04:05:17 +00:00
Simon Kornblith
28e7531710
20% speed boost in collection switching
2011-09-06 18:14:23 +00:00
Simon Kornblith
96973016a5
Only items pane should flex with window resize
2011-09-06 18:12:18 +00:00
Dan Stillman
263439c6ab
Closes #1464 , Limit number of creators in metadata pane
...
Displays "[x] more..." label that can be clicked to show all creators. Switching away from the item resets. This might need some further tweaking.
Untruncated display of large creator lists is probably faster now as well, though definitely not enough for the ATLAS Experiment.
2011-09-06 06:13:26 +00:00
Simon Kornblith
c45198c90b
Fix for certain situations where Zotero pane display settings could be reset
2011-09-06 01:26:13 +00:00
Simon Kornblith
7e5b48838a
Add identifiers to incrementAsyncProcesses and decrementAsyncProcesses calls to assist in determining the cause when translators fail to complete
2011-09-05 23:26:33 +00:00
Simon Kornblith
e9127cf295
Fix saving when ZoteroPane.getSelectedLibraryID() or ZoteroPane.getSelectedCollection() throw because the Zotero pane has not yet been opened.
2011-09-05 22:45:10 +00:00
Simon Kornblith
4727e82a25
Fix for failure to call xdr.ontimeout
2011-09-05 06:32:49 +00:00
Simon Kornblith
1f20615582
Various changes to take into account that Zotero.isFx may be true even if a translator is running as a bookmarklet
2011-09-05 06:31:08 +00:00
Simon Kornblith
3c552ac628
Addresses #597 , Don't iterate Array with for...in
2011-09-05 06:29:35 +00:00
Simon Kornblith
31f3733cbf
Addresses #597 , Don't iterate Array with for...in
2011-09-05 01:55:54 +00:00
Simon Kornblith
dc2d417c3d
Make IE standalone contact attempt time out, and connector error tweak in case connector can't be contacted at all
2011-09-05 01:51:34 +00:00
Dan Stillman
fbb0511c53
Increase submitSize to 10 million characters
2011-09-04 14:52:04 +00:00
Simon Kornblith
da49efb032
Fix for IE JS bug
2011-09-03 23:34:55 +00:00
Dan Stillman
0d9cddaa34
Change error report URL
2011-09-03 19:51:04 +00:00
Dan Stillman
5d92a9c43d
Change debug.store.submitLimit to debug.store.submitSize and have it be the number of characters in the output, defaulting to 1 million
2011-09-02 05:17:30 +00:00
Simon Kornblith
15bab1db24
Don't spin event loop after setting tree
2011-09-02 01:46:51 +00:00
Simon Kornblith
d9ea7dc46c
IE quirks mode support
2011-09-01 23:23:16 +00:00
Simon Kornblith
e4b380e1ed
Put Save to Zotero option at bottom of download box
2011-09-01 20:24:57 +00:00
Simon Kornblith
ead633ed84
IE support works (in standards mode)
2011-09-01 17:19:23 +00:00
Simon Kornblith
e1e21a4f39
Fix bug in last commit
2011-09-01 07:50:53 +00:00
Simon Kornblith
d53cb8a77d
Unbreak CORS preflighting
2011-09-01 07:46:42 +00:00
Simon Kornblith
24a736b316
support GET
2011-09-01 07:08:24 +00:00
Simon Kornblith
6fe0ea6a90
Fix conditional
2011-09-01 07:04:46 +00:00
Simon Kornblith
92378313f7
Fix IE hack comments and name
2011-09-01 06:54:19 +00:00
Simon Kornblith
f9a0db633c
IE cross-domain messaging hack
2011-09-01 06:53:20 +00:00
Simon Kornblith
b7210ec235
Missing preference from r10354
2011-09-01 06:53:01 +00:00
Simon Kornblith
8b0f8c3fdf
Keep add citation dialog raised whenever Firefox is in the foreground, and add hidden pref extensions.zotero.integration.keepAddCitationDialogRaised to keep dialog raised at all times
2011-09-01 01:11:06 +00:00
Simon Kornblith
4666ae972c
- Move Zotero.Utilities.Internal and Zotero.Utilities.Translate to separate files
...
- IE compatibility for translation core
2011-08-31 23:25:48 +00:00
Simon Kornblith
21254238e1
Don't include "&" and "and" in search
2011-08-31 23:02:33 +00:00
Simon Kornblith
70bf48a616
- Refuse to close QuickFormat editor if text remains in the box
...
- Support :<PAGE NUMBER> syntax
2011-08-31 22:31:00 +00:00
Simon Kornblith
6f9daa4469
Show Quick Format dialog at appropriate size if many sources are cited
2011-08-31 22:21:07 +00:00
Simon Kornblith
3b8d45d90e
Refocus Quick Format dialog after reference is clicked
2011-08-31 22:18:30 +00:00
Dan Stillman
5e27d20e28
Fix add/remove buttons in Advanced Search window on Windows
2011-08-31 06:02:28 +00:00
Dan Stillman
09e934128f
Add Trash to group libraries
...
Also:
- Update trash icon properly when adding items to trash or emptying trash
- (dev) Zotero.Items.getDeleted() and Zotero.Items.emptyTrash() parameter order changed
- (dev) Zotero.Items.getDeleted() now returns an empty array rather than FALSE on no results
Group trash does not yet auto-empty
2011-08-30 23:35:12 +00:00
Dan Stillman
3b1cc39f21
Add debug.store.submitLimit and debug.store.submitLineLength prefs to limit number and length of debug output lines submitted
2011-08-30 23:10:23 +00:00
Simon Kornblith
87a5846155
Make toolbar draggable on OS X
2011-08-30 16:33:07 +00:00
Simon Kornblith
8ec4377d3e
Add bookmarklet support
2011-08-30 06:46:47 +00:00
Dan Stillman
16a3d3f1ed
Allow nested database transactions within the same wait level and disallow database access from higher levels
2011-08-30 01:05:12 +00:00
Simon Kornblith
3c02f0b0e6
Zotero.waiting is now a number
2011-08-30 00:49:04 +00:00
Simon Kornblith
28cc02f954
Add a debug call for Zotero.wait()
2011-08-29 23:59:59 +00:00
Simon Kornblith
3c0e11121f
Add preference to put stack traces in debug output
2011-08-29 23:11:19 +00:00
Dan Stillman
440d692d33
Update translators from GitHub
2011-08-29 21:00:24 +00:00
Simon Kornblith
1f73a84cb0
Update to citeproc-js 1.0.206
2011-08-29 20:23:13 +00:00
Simon Kornblith
02336f9cae
Always try to delete shared .zoteroIntegrationPipe if it exists
2011-08-29 20:00:58 +00:00
Dan Stillman
211da93be4
Duplicate detection fixes:
...
- Fix saving of fields from other versions of an item
- Relations (e.g., cross-library links) were merged incorrectly
2011-08-29 19:33:52 +00:00