Dan Stillman
156f4eb160
Allow items to be moved (not copied) between collections w/modifier key
...
Cmd on OS X, Shift on Windows/Linux
How do I not get to close a ticket for this?
Unfortunately on Windows it doesn't seem possible to set the cursor
effect to arbitrary states (see note in libraryTreeView.js::
_setDropEffect() for the gory details), so this just uses the default
cursor there. On OS X and Linux the cursor reflects the requested
action.
2014-05-03 11:52:38 -04:00
aurimasv
c9346d4caa
[RDF] Encode > in content when serializing to XML
...
This avoids the invalid combination "]]>" from appearing in the output
2014-05-01 15:44:07 -05:00
Dan Stillman
c1c0b42a12
Fix gray bar when resizing Zotero pane down
...
Caused by new toolbar icon guidance panel
2014-04-30 18:01:11 -04:00
Dan Stillman
61af5e987d
Update versions
2014-04-30 15:08:58 -04:00
Dan Stillman
c73a0753d7
Handle lowercase shortcut key pref values
...
Honor lowercase pref values for shortcut keys, and also always display
and set shortcut keys as uppercase in the preferences
2014-04-30 15:08:12 -04:00
Dan Stillman
3d9853acaa
Redo instead of toggling Z pane in text fields (except search bar) on OS X
...
Previously Cmd-Shift-Z worked for redo in text areas (Abstract, Extra)
but would toggle the Zotero pane in regular text fields. This change
allows Redo to work as expected.
The search bar gets focus when you first open the Zotero pane, though,
so we don't redo there, since it would be annoying if you couldn't close
the pane immediately with the same shortcut.
2014-04-30 14:29:59 -04:00
Dan Stillman
5913e6780e
Fix Redo via Cmd-Shift-Z in notes on OS X
2014-04-30 14:09:18 -04:00
Simon Kornblith
8d807b73c6
Fix display of missing data directory startup error in Standalone
2014-04-30 14:02:11 -04:00
Dan Stillman
74ed0879f6
Update versions
2014-04-29 04:21:32 -04:00
Dan Stillman
50eeed9e32
Restore panel auto-hide and increase show delay to 2 seconds
...
I think requiring everyone with Zotero installed to manually close the panel is
just too annoying. (Not allowing the auto-hide for a couple seconds after
opening to prevent accidental closes would be nice, but preventDefault() in the
panel's onpopuphiding() doesn't seem to work, nor does changing noautohide
after opening.)
Increase the delay to 2 seconds to try to show on top of the Firefox 28->29
upgrade panel on slower computers.
2014-04-29 03:48:57 -04:00
Dan Stillman
1524fff30f
Revert "Separate toolbar guidance strings for easier localization"
...
This reverts commit 5da9b4bbb6
and uses
slightly different wording between the two messages ("Click here…" vs.
"Click the icon…").
2014-04-29 03:03:42 -04:00
Simon Kornblith
7841bb4327
Don't dismiss icon first run guidance until clicked
2014-04-29 01:43:35 -04:00
Simon Kornblith
2ce31d7565
Add delay before showing icon guidance
2014-04-28 23:41:40 -04:00
Dan Stillman
cefe301c74
s/firstRunGuidance.toolbarButton.new/firstRunGuidance.toolbarButton.upgrade/
2014-04-28 22:56:41 -04:00
Dan Stillman
5da9b4bbb6
Separate toolbar guidance strings for easier localization
2014-04-28 22:49:51 -04:00
Simon Kornblith
5814bdcd84
Don't try to icon guidance on initialization failure
2014-04-28 20:42:43 -04:00
Simon Kornblith
255b0318ad
Add guidance for Zotero toolbar button, moved in Australis
2014-04-28 20:37:31 -04:00
Simon Kornblith
35dd1bc204
Only enable Add Item by Identifier resizing logic on Mac
...
This seems to be unnecessary and screw things up on other platforms.
2014-04-28 19:51:11 -04:00
Dan Stillman
a8f9b704e3
Don't show "Status bar icon:" pref for Firefox 29+
2014-04-28 19:26:53 -04:00
Dan Stillman
4179cb8ed6
Retina tree twisties for OS X
...
Using separate arrows from treetwisty.svg from Mozilla, since it doesn't seem
to be possible to use list-style-position in the tree
The reason we still have to do this at all is that coloring of the twisties in
the tree still gets messed up as you move around the tree. (This still happens
in Places and Thunderbird as well.)
2014-04-28 03:52:18 -04:00
Simon Kornblith
26ea06524e
Merge pull request #328 from aurimasv/pdfdrop
...
Add callback to importFromURL for drag-dropped PDFs instead of setTimeout
2014-04-27 21:32:27 -04:00
Simon Kornblith
35fe6490fe
Fix lookup box sizing on subsequent opens
2014-04-27 21:06:45 -04:00
Simon Kornblith
6cf613c4fa
Merge pull request #472 from adam3smith/coins
...
add COinS export support for all item types via DC
2014-04-27 20:04:04 -04:00
Simon Kornblith
decf887fc8
Merge pull request #456 from aurimasv/import-charset
...
Fix some bugs with charset encoding on import
2014-04-27 18:27:09 -04:00
Simon Kornblith
87dc1cc27a
Merge pull request #461 from aurimasv/rdf-qname
...
[RDF] QNAME fixes
2014-04-27 18:08:49 -04:00
Simon Kornblith
1a76e32806
Merge pull request #470 from aurimasv/detect-iframe
...
For detectWeb, ignore translators targeting iframes with same URL
2014-04-27 18:03:08 -04:00
Dan Stillman
72a99d32f3
Fix breakage from #467 / #475
2014-04-26 14:36:00 -04:00
Florian Martin-Bariteau
dbe7d6ca3a
Update item.js regarding display of case law title
...
from https://github.com/zotero/zotero/pull/467
2014-04-26 14:05:53 -04:00
Ashley Wright
d0654fe72b
Hyperlink DOI in reports fixes #388
2014-04-26 02:24:57 -04:00
Dan Stillman
73686e2423
Update field/tag textbox as autocomplete lines are selected
...
The main effect of this is that Tab now accepts the selected
autocomplete entry.
Closes #341 and #417
2014-04-26 02:13:07 -04:00
Dan Stillman
39e7ca7c9e
Merge pull request #473 from adam3smith/sentence-correct
...
some fixes to sentence case conversion.
2014-04-26 01:59:09 -04:00
Dan Stillman
6fa3511f33
Update submodules, repotime, maxVersion, and renamed styles
2014-04-26 01:41:32 -04:00
Dan Stillman
1f60df0044
Don't hang file sync on network errors
...
Network errors (where the connection itself failed, rather than failed
HTTP requests) were being thrown directly in the stream listener, which
prevented the Zotero.Sync.Storage.Request -- and therefore the file sync
-- from ever completing.
2014-04-24 18:05:11 -04:00
Dan Stillman
f008843fc5
Automatically retry intermittent Amazon S3 upload timeouts
...
"Your socket connection to the server was not read from or written to
within the timeout period."
I can't reproduce these reliably, so this is fairly untested, but it
seems to work. It backs off exponentially when the error occurs, and
halves the delay on successful requests.
Eventually all 50x file sync errors should also be retried
automatically, but that can't really happen in 4.0.
2014-04-24 17:54:24 -04:00
aurimasv
9b63ca5f4d
Clear cached file sync credentials/URLs when changing settings
2014-04-23 17:18:33 -05:00
adam3smith
96bd07b172
some fixes to sentence case conversion. See https://forums.zotero.org/discussion/35190/beta-capitalization-after-colons/#Item_14
2014-04-21 16:50:05 -06:00
adam3smith
56cdcb0524
remove unnecessary if statements and some clean-up. Don't put ISBN and ISSN into DC.identifier, since they're being added to all items as issn and isbn anyways.
2014-04-21 11:43:28 -06:00
adam3smith
fb8d6121bb
add COinS export support for all item types via DC
2014-04-20 23:19:06 -06:00
aurimasv
2305023c5d
For detectWeb, ignore translators targeting iframes with same URL
...
Addresses https://forums.zotero.org/discussion/36104/wall-street-journal-translator-not-working/
2014-04-17 15:59:41 -05:00
Dan Stillman
f70d0c0b29
Fix "invalid 'instanceof' operand Zotero.Exception" error
...
This was hiding the actual error when there was an error installing the
parent style of a dependent style.
2014-03-26 16:12:36 -04:00
Dan Stillman
62fb1024b2
Update versions
2014-03-24 16:50:58 -04:00
Dan Stillman
fe1bedcb8d
Fix hang navigating by keyboard in Add Citation after switching views
...
https://forums.zotero.org/discussion/35658/
2014-03-24 16:31:53 -04:00
Dan Stillman
af5e7abb31
Update versions, submodules, and repotime
2014-03-21 04:10:38 -04:00
Dan Stillman
47c4661635
Fix WebDAV syncing (broken in 62e779bee
)
2014-03-21 03:22:56 -04:00
Dan Stillman
8444a4d8b4
Allow Unicode characters in string prefs, including sync username
2014-03-20 17:01:42 -04:00
Dan Stillman
e7710660ef
Don't change attachment item mod time when downloading unchanged data
...
From attachmentCharset change
2014-03-20 16:26:06 -04:00
Dan Stillman
d137850075
Update versions
2014-03-19 06:23:30 -04:00
Dan Stillman
3ff56a7d55
Fix harmless "Not well-formed" console message from renamed-styles.json
2014-03-19 06:00:05 -04:00
Dan Stillman
d7b75aaa80
Fix startup with debug log pref enabled on Windows
...
I don't know how I possibly ended up with sendConsoleAPIMessage()
here...
2014-03-19 05:42:28 -04:00
Dan Stillman
f22e8ef4fb
Ignore 404 on S3 file download
2014-03-18 16:57:56 -04:00