Dan Stillman
239247aa81
Make the prefwindow somewhat less of a disaster on fr-FR
...
And probably other locales.
(Also, there must be a better way to deal with bottom elements getting
cut off than these extra <separator/> elements that result in extra
space when they're not needed.)
2013-03-29 04:28:35 -04:00
Dan Stillman
fa8b11c46c
Update submodules and repotime
2013-03-29 03:39:28 -04:00
Dan Stillman
ded84f7666
Fix bizarre newline symbols in fr-FR and ja-JP
2013-03-29 03:35:01 -04:00
Dan Stillman
6ea5afe8e3
Update locales from Transifex
2013-03-29 03:33:05 -04:00
Simon Kornblith
7ce93e66d9
Fix installing styles from the preferences
2013-03-28 16:55:14 -04:00
Simon Kornblith
1b6a69f656
Merge pull request #284 from aurimasv/itemDone
...
Don't break when stringifying item fields
2013-03-27 23:06:34 -07:00
aurimasv
6a0351c940
Don't break when stringifying item fields. Broken by 2f8f18c957
2013-03-28 00:55:05 -05:00
Dan Stillman
414d55346c
Default on-demand download to off for now
2013-03-28 00:44:53 -04:00
Simon Kornblith
bfc4f3eb78
Update citeproc-js to 1.0.442
2013-03-28 00:37:52 -04:00
Dan Stillman
c4f8ea007d
Update styles
2013-03-28 00:35:56 -04:00
Dan Stillman
51476823d7
Merge locales from Transifex
2013-03-28 00:34:28 -04:00
Simon Kornblith
4c7d096545
Use typographic quotes
2013-03-28 00:24:38 -04:00
Simon Kornblith
6efe6c5bd6
Move "Automatically abbreviate journal titles" setting to document preferences
...
The setting is disabled by default for existing documents, but enabled by
default for new documents.
2013-03-27 23:53:38 -04:00
Simon Kornblith
a6fae941ad
Disable one window warning for annotations
2013-03-27 23:47:34 -04:00
Simon Kornblith
6d518c0cec
Clarify failed validation error message
...
See http://forums.zotero.org/discussion/28540?page=1#Item_4
2013-03-27 11:29:53 -04:00
Dan Stillman
ae87fb9848
Version update
2013-03-26 16:32:23 -04:00
Dan Stillman
014aee1485
Fix nsIRequest test for non-client environments
2013-03-26 16:15:31 -04:00
Dan Stillman
0b82266882
Don't show nsIChannel passwords in debug output
2013-03-26 16:00:55 -04:00
Dan Stillman
a3205de571
Update versions
2013-03-26 13:38:37 -04:00
Dan Stillman
09bd70230f
Update translators and repotime
2013-03-26 13:36:40 -04:00
Dan Stillman
760c327a1b
Update locales from Transifex
2013-03-26 13:35:27 -04:00
Dan Stillman
5a005cd5ae
Fix WebDAV file sync conflict
2013-03-26 02:50:01 -04:00
Dan Stillman
48544729e7
Replace some uses of Q.allResolved() with Q.all() in storage sync
2013-03-26 02:50:01 -04:00
Dan Stillman
acb45593e7
Fix WebDAV file purging
...
Deleted files are purged at the end of every sync, without any delay.
(If there's a conflict, it will be resolved before the file is deleted.)
Orphaned files are deleted once every 10 days, since it's a potentially
expensive operation for the server.
2013-03-26 02:50:00 -04:00
Dan Stillman
7fbfdce00e
ConcurrentCaller -- run a fixed number of concurrent async functions
...
If the functions return promises, the caller will wait until they're
fulfilled and slots open to start new functions.
2013-03-26 02:50:00 -04:00
Simon Kornblith
107dc081b9
Fix duplicate requests to provider sites
...
When the user follows a link from a proxy-by-port EZProxy to another
proxy-by-port EZProxy, we make an additional request to the target site
with no cookies. This yields a redirect to the EZProxy login page. We
use the query parameters to determine the true domain of the site.
Previously, we allowed the redirect to continue, and used the same code we
use to detect EZProxy logins to map the proxied domain to the true domain.
This caused duplicate requests to providers and apparently infinite loops.
We now read the query parameter directly from the redirect to the EZProxy
login page and then cancel the request so that the redirect doesn't get
followed.
The changeset also improves logging of proxy-related information.
See https://forums.zotero.org/discussion/28505/ for further discussion.
2013-03-25 21:45:40 -04:00
Simon Kornblith
253c22f58c
Use latest csl-validator
2013-03-23 17:30:34 -04:00
Dan Stillman
e61350a3b2
Fix positioning of sync error popup
2013-03-22 17:56:53 -04:00
Dan Stillman
b54b77a107
Clarify WebDAV error messages
2013-03-22 17:47:35 -04:00
Dan Stillman
ffcabcd44e
Make text in sync error panel selectable
2013-03-22 17:23:19 -04:00
Dan Stillman
4a334fa7f7
Fix file sync error continuing to show after error had cleared
2013-03-22 17:22:10 -04:00
Dan Stillman
b208097a8e
options.requestObserver callback for Zotero.HTTP.promise()
...
The callback receives the XMLHttpRequest object after the open() call.
2013-03-22 17:04:38 -04:00
Dan Stillman
059906a11e
Fix wide prefpane if PDF tools aren't installed
2013-03-22 13:45:57 -04:00
Dan Stillman
c7c8cbbeae
Mention Search pane in PDF tools message
2013-03-22 13:34:01 -04:00
Dan Stillman
f9c9253e88
Fix Proxies prefpane
2013-03-22 03:20:33 -04:00
Dan Stillman
15caec9a32
Remove hardcoded prefwindow width
2013-03-22 03:13:32 -04:00
Dan Stillman
553173f7ba
Fix cutoff of bottom of Search prefpane on Linux
2013-03-22 03:08:47 -04:00
Dan Stillman
f5d33a3a0c
Update submodules and versions
2013-03-22 02:34:12 -04:00
Dan Stillman
fcce6327ae
Merge pull request #277 from aurimasv/escape-path
...
Escape special characters in file paths when attaching files
2013-03-21 01:26:12 -07:00
aurimasv
6524e17ded
Show error message when attaching file fails.
2013-03-21 03:24:47 -05:00
aurimasv
82448c4a4d
Escape special characters in file paths when attaching files
2013-03-21 03:24:47 -05:00
Dan Stillman
83cd3c49b0
Update submodules
2013-03-20 22:55:41 -04:00
Dan Stillman
cf9dd6d73f
Merge locales from Transifex
2013-03-20 22:53:59 -04:00
Dan Stillman
c227fdb3f7
Fix bottom padding of Sync->Reset pane
2013-03-20 22:41:15 -04:00
Dan Stillman
e85790541b
Remove per-library sync error indicators, at least for now
...
The hidden column caused collection names to be cut off unnecessarily,
and the extra icons were overly distracting. For now, just show the
first error that comes in in the main sync error panel, along with the
library name.
2013-03-20 22:41:15 -04:00
Simon Kornblith
0782344c41
Revert "Don't truncate text in Add Item by Identifier box at less than the full box width"
...
This reverts commit 5f2f120a98
.
This seems to be a bug in Nightly, not Zotero.
2013-03-20 16:54:52 -04:00
Dan Stillman
7cdc420304
Remove obsolete code
2013-03-20 16:45:09 -04:00
Dan Stillman
1f1c6d16ff
Quit rather than restart when changing data directory
2013-03-20 16:45:09 -04:00
Simon Kornblith
5f2f120a98
Don't truncate text in Add Item by Identifier box at less than the full box width
2013-03-20 16:33:05 -04:00
Dan Stillman
7c3d6a54e8
Adjust bottom padding of prefpanes
2013-03-20 13:06:53 -04:00