Aurimas Vinckevicius
d3bc1703c3
Update citeproc-js to 1.1.39
...
Re https://github.com/zotero/zotero/pull/794#issuecomment-120564983
2015-07-11 13:35:03 -05:00
Dan Stillman
bcef4819e8
Merge pull request #794 from aurimasv/citeproc-js-update
...
Update citeproc-js to 1.1.25
2015-07-10 19:53:09 -04:00
Dan Stillman
c72b112afd
Use export.lastLocale before UI locale if none specified
...
This allows existing documents created before 4.0.27 with a
bibliographyLocale set to continue to use that value by default.
More details:
https://github.com/zotero/zotero/pull/795#issuecomment-120227051
2015-07-10 17:48:44 -04:00
Dan Stillman
b40c1d7e2e
Remove redundant "Suppress Author" string
...
Refs #796
2015-07-10 15:56:25 -04:00
Aurimas Vinckevicius
9fcb87ca93
Remember style and locale when explicitly selected by the user
2015-07-09 23:38:25 -05:00
Aurimas Vinckevicius
b6c7ba6ea2
Fix saving style locale in documents
2015-07-09 23:38:25 -05:00
Dan Stillman
507ef011d8
Restore "without snapshot" option in Fx connector
...
Will be supported in upcoming Standalone release
2015-07-09 19:10:32 -04:00
Simon Kornblith
e92a54966c
Restore ZoteroPane.destroy() on close
...
Seems like a good thing to do, if only because it ensures we persist
changes
2015-07-09 18:05:08 -04:00
Simon Kornblith
b931ca37d2
Undo accidental subproject commit change from 3420b4874a
2015-07-09 18:02:11 -04:00
Simon Kornblith
3420b4874a
Tweaks for application menu on OS X
...
- Restore About Zotero item
- Fix Quit item
- Close Standalone when Standalone window is closed (we did this before,
but apparently having our own hidden window breaks that mechanism)
2015-07-09 18:00:15 -04:00
Aurimas Vinckevicius
bf58de7e62
Update citeproc-js to 1.1.25
...
And split off Zotero additions
2015-07-09 16:31:57 -05:00
Simon Kornblith
b69e6fc3ab
Fix Zotero menu on OS X, part 1
...
Create a hidden window with a menu bar, since it loads first
2015-07-09 16:52:04 -04:00
Aurimas Vinckevicius
3ca45be2c7
Add more debug logging for Recognize PDF
2015-07-08 12:50:10 -05:00
Dan Stillman
5d9d8ae953
Fix passed 'window' property in Zotero.ProgressWindow
...
Though not currently used anywhere
2015-07-06 19:15:11 -04:00
Dan Stillman
b19cce1963
Fix issues with toolbar icons in multiple windows
...
Clicking the separate buttons would trigger actions in the first window
opened, and other things might not have been updating properly across
multiple windows.
2015-07-06 15:41:28 -04:00
Dan Stillman
238183a3fa
Fix collapse library ("-") for collections
...
Broken in f5ce2d238e
2015-07-06 04:38:53 -04:00
Dan Stillman
41b772da4d
Show the save button guidance panel again, now that it doesn't hide too easily
2015-07-06 00:49:35 -04:00
Dan Stillman
e3061289a5
Clarify main button guidance panel text
...
"Click here to open Zotero…" -> " Click the ‘Z’ button to open Zotero…"
2015-07-06 00:48:03 -04:00
Dan Stillman
db991743cd
Trigger forward action with click anywhere on guidance panel
...
Previously, clicking directly on a noautohide guidance panel closed it, even if
there was a forward nav button. (In the case of the main and save button
guidance panels, the save button would appear on the next Firefox restart, but
this ensures that the save guidance panel will be shown to new users even if
they click on the panel instead of the not-particularly-noticeable forward
button.)
2015-07-06 00:46:36 -04:00
Dan Stillman
41fc082f6d
Fix too-large icons in secondary toolbars on Linux
...
Plus a few other icon tweaks
2015-07-05 15:37:11 -04:00
Dan Stillman
0ba64b5194
Show guidance panel nav buttons on Linux
2015-07-05 12:58:36 -04:00
Dan Stillman
01716183d7
Prevent erroneous hiding of hideonpagechange guidance panels on complex pages
2015-07-04 17:09:26 -04:00
Dan Stillman
ebe08836e8
A little more Quick Copy safety
2015-07-03 23:53:43 -04:00
Dan Stillman
f07fe7184d
Ignore trailing period in domain for Quick Copy
...
From @aurimasv
2015-07-03 23:46:39 -04:00
Dan Stillman
242581a270
Fix Quick Copy in tab mode, but for real
2015-07-03 22:06:12 -04:00
Dan Stillman
20f279043b
Update submodules
2015-07-03 02:09:27 -04:00
Dan Stillman
208b4daf6e
Update locales from Transifex
2015-07-03 02:06:59 -04:00
Dan Stillman
9d2b097605
Fix toolbar icons in non-nav-bar toolbars on OS X and Windows
...
...which only required redoing the entire styling.
Not yet done on Linux
2015-07-02 05:50:57 -04:00
Simon Kornblith
50ee61545a
Kill code to ensure that our pipe is open before we write to the other
...
In practice, this appears to be both unnecessary and harmful. Although
the first write happens effectively instantaneously, we can take
several hundred milliseconds to read the second write, and Standalone
can decide we are dead.
This apparently fixes #783 for @dstillman, although I was never able to
reproduce locally.
2015-07-01 20:40:28 -04:00
Simon Kornblith
d104e4b106
More debugging for #783
2015-07-01 20:01:00 -04:00
Dan Stillman
15a0a33ac1
Fix Quick Copy in tab mode
2015-07-01 19:36:16 -04:00
Simon Kornblith
9574de752d
Debugging for #783
2015-07-01 14:46:06 -04:00
Dan Stillman
7ccc48b4ae
Don't show "without snapshot" save option in Fx connector for now
...
Option requires a new Standalone build with ba53f256d
2015-07-01 02:38:15 -04:00
Dan Stillman
ba53f256d6
Quick hack to fix "without snapshot" save option in Z4Fx via Standalone
...
(I don't see any obvious reason I can't do this. We should probably clean this
up later, not call the endpoint "saveSnapshot", etc. Also, is there a reason it
doesn't follow the snapshot pref by default?)
2015-07-01 01:03:04 -04:00
Dan Stillman
3cf1c3ccda
Merge locales from Transifex
2015-06-30 23:41:48 -04:00
Dan Stillman
39f2021576
Include web page save option in toolbar menu on every page
...
Closes #644 and #775
2015-06-30 23:41:47 -04:00
Simon Kornblith
43e1c5c123
Fix setCookiesThenSaveItems in Firefox connector
2015-06-30 19:20:16 -04:00
Dan Stillman
796fb87a9b
Fix some toolbar icon issues on HiDPI Linux
2015-06-30 17:58:32 -04:00
Dan Stillman
6841be09a1
Fix large save icon on HiDPI Windows, hopefully
2015-06-30 17:08:45 -04:00
Aurimas Vinckevicius
5334a09ee0
Fix institutional author export to CiteProcJS
2015-06-29 23:22:09 -05:00
Simon Kornblith
48e6eb93de
Merge pull request #779 from aurimasv/proper-to-proxy
...
Fix properToProxy converter functions
2015-06-29 22:27:15 -04:00
Aurimas Vinckevicius
b03dcd3686
Fix properToProxy converter functions
...
Regression from 82998e986e
and 9450d0797f
2015-06-29 17:55:10 -05:00
Simon Kornblith
64ff0e8b4e
Fix #774
2015-06-29 18:03:09 -04:00
Dan Stillman
5545ea7847
Merge locales from Transifex
2015-06-29 07:12:55 -04:00
Dan Stillman
6c416e7ad2
Get rid of middle border radius in combo button on Windows
2015-06-29 07:06:20 -04:00
Dan Stillman
a9c6feb380
Additional toolbar overflow tweaks for Linux
...
Follow-up from 1d6483e68
2015-06-29 06:35:23 -04:00
Dan Stillman
1d6483e68a
Fix #773 , Zotero combo icons dispersed under more tools
...
And fix save button hover height on Windows, which somehow got out of
whack again.
Might need further tweaking on Linux
Need to find a better way to do these buttons...
2015-06-29 05:59:19 -04:00
Dan Stillman
ddf3ff9ba9
Don't try to set lastLocale pref in doc prefs unless locale was changed
2015-06-28 17:16:33 -04:00
Dan Stillman
3a5854f49f
Update versions and submodules
2015-06-26 02:40:18 -04:00
Dan Stillman
dd146557b7
Merge non-English strings
2015-06-26 02:13:24 -04:00