Simon Kornblith
0259ef9310
Exclude underscores from search strings
...
Fixes http://forums.zotero.org/discussion/28585/
2013-04-01 14:29:07 -04:00
Simon Kornblith
f008342dd8
Show a better error when citeproc-js requests an non-existent item
2013-04-01 13:19:29 -04:00
Dan Stillman
bb563570f3
Update submodules and repotime
2013-04-01 02:39:40 -04:00
Dan Stillman
925e352143
Fix ⏎ characters in localized strings
2013-04-01 02:16:10 -04:00
Dan Stillman
d2fccbe4e9
Merge locales from Transifex
2013-04-01 02:14:41 -04:00
Dan Stillman
83dc2e0ad7
Don't fail when $NUMBER is missing in tag color chooser localized string
2013-04-01 02:10:39 -04:00
Dan Stillman
4ad8320dc0
Increase width of quicksearch bar slightly
2013-04-01 01:43:59 -04:00
Dan Stillman
2b12c68858
fr-FR: "Raccourcis clavier"->""Raccourcis" in prefs
2013-04-01 01:34:55 -04:00
Simon Kornblith
3d6cc7a630
Fix translator error reports on Fx >20
...
Additional changes needed to abide by per-window private browsing settings
2013-04-01 01:09:49 -04:00
Simon Kornblith
e2a68c747c
Don't break when add citation box is closed directly instead of cancelled
2013-03-31 22:07:30 -04:00
Simon Kornblith
c7c0c4c5dc
Fix classic view editor
2013-03-31 20:25:13 -04:00
Simon Kornblith
65d0be2db6
Update to citeproc-js 1.0.443
2013-03-31 17:43:28 -04:00
Dan Stillman
75e51ea577
Fix alignment and display of disableByDomain checkbox/textbox
2013-03-29 16:07:34 -04:00
Dan Stillman
2c134c1c25
Shrink font size of quick copy prefpane instructions
2013-03-29 04:28:44 -04:00
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