Aurimas Vinckevicius
cae9a89b9d
Fix syntax error in varDump
2015-02-10 21:26:50 -06:00
Simon Kornblith
aeada8032c
Fix XML-based import, export, and search translators on Firefox 36
2015-02-10 22:01:52 -05:00
Aurimas Vinckevicius
264e1f8835
Don't try to parse path if it looks like a web URL
...
Also, cleaner parsing messages
2015-02-10 20:50:08 -06:00
Aurimas Vinckevicius
8e25a4bdf3
Handle XPCOM Exceptions in varDump
2015-02-10 20:49:16 -06:00
Dan Stillman
1afa1ffea6
Update submodules, repotime, and versions
2015-02-10 00:13:42 -05:00
Dan Stillman
a98e6ab4fb
Merge pull request #627 from aurimasv/connector-double-proxy
...
Don't proxify proxied hosts
2015-02-09 04:57:47 -05:00
Dan Stillman
f7a2ef6698
Merge pull request #614 from aurimasv/file-attachments
...
Allow file paths to be specified in attachment.url
2015-02-09 04:49:42 -05:00
Aurimas Vinckevicius
82998e986e
Don't proxify proxied hosts
2015-02-09 00:57:56 -06:00
Dan Stillman
f04ae4ce47
Update "Swap First/Last Names" case, in preparation for #605
2015-02-07 05:31:51 -05:00
Dan Stillman
0b21c4c682
Still show proper line number when no message is thrown
2015-02-05 19:01:55 -05:00
Dan Stillman
c322eaa1bc
Restore Error workaround in Bluebird to produce proper line numbers
...
I didn't really investigate this, but errors from the outside world seem
to not pass the "obj instanceof Error" test due to some weirdness that
Bluebird is doing. (When I took this out recently I thought we just were
throwing some custom errors that didn't properly extend Error, but that
isn't the issue.) This restores the earlier workaround.
2015-02-05 18:39:43 -05:00
Aurimas Vinckevicius
ed2b6ccec3
Don't promote attachment.url to attachment.path
...
...but allow demoting from path to url if necessary.
2015-02-04 03:20:11 -06:00
Aurimas Vinckevicius
cf9ec26eb4
Disallow attachment.path in web/search translators
2015-02-04 02:54:13 -06:00
Dan Stillman
424af025b3
Merge pull request #608 from COV-Steve/4.0
...
Fix for OpenURL 0.1 resolver detection
2015-02-03 22:28:17 -05:00
Dan Stillman
959be09223
Merge pull request #624 from aurimasv/in-line-editing
...
Disable expand/collapse shortcuts in coll. tree when in-line editing
2015-02-03 15:48:10 -05:00
Aurimas Vinckevicius
27502a60b2
Disable expand/collapse shortcuts in coll. tree when in-line editing
2015-02-03 14:43:52 -06:00
Dan Stillman
3aaf9e341c
Fix NO_INTERFACE error after entering tag in tags box
2015-02-03 15:36:01 -05:00
Dan Stillman
91d14fc04c
Use 'self' instead of 'global' as global object in Bluebird
...
This fixes an error when other errors occur in recent versions of Bluebird.
2015-02-03 15:36:01 -05:00
Dan Stillman
d660a84f47
Update Bluebird to 2.9.6
2015-02-03 15:36:01 -05:00
Dan Stillman
6f811cbbd0
Update submodules
2015-02-03 00:51:46 -05:00
Simon Kornblith
449086672c
Fix #619 , Retrieve metadata via Google Scholar broken in Firefox 31-34
2015-02-02 23:28:59 -05:00
Dan Stillman
496d4c5e77
Properly show saveURI errors in Zotero.Attachments.importFromURL()
2015-02-01 21:09:13 -05:00
Dan Stillman
f5c173b1e5
Fix saving files from translators
...
(More breakage from 5f8b56ef8
)
2015-02-01 21:07:24 -05:00
Dan Stillman
b5b85ee589
Update submodules and repotime
2015-01-31 16:06:21 -05:00
Dan Stillman
fb8149e6db
Clarify icon comment
2015-01-31 16:01:53 -05:00
Dan Stillman
bcacb79489
Fix remote file saving
...
5f8b56ef8
was so many different kinds of broken
2015-01-31 15:23:58 -05:00
Dan Stillman
deb77cdb08
Merge pull request #603 from fbennett/icon-to-nav-bar
...
Use nav-bar as id of menu button container
2015-01-30 20:42:41 -05:00
Frank Bennett
5cfe4db098
Use nav-bar as target ID for Zotero nav bar icon
...
The statusBarIcon pref is retained to maintain state across
starts.
2015-01-30 22:42:34 +09:00
Dan Stillman
9232dd5247
Merge locales from Transifex, though it's all Greek to me
2015-01-30 04:45:41 -05:00
Dan Stillman
7aff743da6
Remove trailing space
2015-01-30 04:45:40 -05:00
Dan Stillman
f04b641f3c
Merge pull request #617 from aurimasv/content-handler
...
Content handlers
2015-01-30 04:09:03 -05:00
Dan Stillman
d8f2d4b268
Merge branch 'fx36-saveURI' into 4.0
2015-01-30 03:56:58 -05:00
mizu
5f8b56ef86
Fix saveURI() in Firefox 36+
2015-01-30 03:55:35 -05:00
Dan Stillman
783ba4a0b7
Merge pull request #618 from aurimasv/prefs-unicode
...
Retrieve unmangled unicode strings from preferences
2015-01-30 03:42:34 -05:00
Dan Stillman
66a6272adc
Merge pull request #621 from aurimasv/api_syncing-bugfix
...
[API syncing] Minor bugfixes
2015-01-30 00:45:24 -05:00
Aurimas Vinckevicius
ab7fc1614d
Fix bug in collectionTreeView that caused tree row loss
...
...when collapsing/expanding group libraries
2015-01-29 19:31:55 -06:00
Aurimas Vinckevicius
d98a79c33f
Fix typo in item field caching code
2015-01-29 19:31:54 -06:00
Aurimas Vinckevicius
9574e56ad6
Convert itemType to itemTypeID in itemTreeView.js, not items.js
...
itemType comes from the column name in the tree view, so it makes most sense to do it there. Otherwise, Zotero was complaining about invalid field somewhere
2015-01-29 19:31:54 -06:00
Dan Stillman
b0e37a38a2
Merge branch '4.0'
...
Conflicts:
chrome/content/zotero/xpcom/schema.js
chrome/content/zotero/xpcom/translation/translate.js
chrome/content/zotero/xpcom/zotero.js
install.rdf
update.rdf
2015-01-29 19:59:47 -05:00
Dan Stillman
f2ffc30728
Merge pull request #607 from rmzelle/rename-style-panes
...
Localize Style Editor and Preview and other improvements
2015-01-28 22:57:10 -05:00
rmzelle
0be9e73b51
Further improvements to Style Editor and Preview
...
* Clean up code (remove some pre-CSL 0.8.1 code, see also e32e6aa2f5
)
* Complete localization
* Save vertical space. Editor: remove "pre-wrap" wrapping, use smaller headers, add grippy to collapse CSL code. Preview: remove groupbox
2015-01-28 22:20:20 -05:00
rmzelle
eec1ba4c73
Put JavaScript code from Style Editor and Preview into separate files
2015-01-28 22:20:20 -05:00
rmzelle
6fd3b298de
Rename Reference Test and Preview panes
...
* Also start localization of Zotero Style Preview
2015-01-28 22:07:39 -05:00
Dan Stillman
276cd82fe4
Fix NO_INTERFACE error tabbing between fields
...
Not sure why this is throwing, but I'm also not sure why it was
necessary in the first place
2015-01-28 18:28:44 -05:00
Dan Stillman
84d1be4c03
ConcurrentCaller tweaks
2015-01-28 17:28:38 -05:00
Dan Stillman
8499ec6211
Allow extra data for single-object notifications to be passed directly
...
Previous it had to be keyed by id (and still can be, but if there's only
a single id the notifier will now key it automatically)
2015-01-28 17:25:17 -05:00
Dan Stillman
b785a3bfce
Dynamically populate charsets table
...
Instead of limiting charsets to a fixed list, dynamically populate it
with any charset name of less than 50 ASCII characters. Previously,
unknown charsets were discarded.
Zotero.Item.prototype.attachmentCharset now always returns a charset
name. It can be set with either a name or a charsetID.
Also:
- Remove the unused 'originalPath' column in itemAttachments
2015-01-28 17:15:16 -05:00
Dan Stillman
b670084925
Use 'version' for groups instead of 'etag'
...
APIv3 uses 'version'
2015-01-28 17:05:25 -05:00
Dan Stillman
58c062dd06
Add per-library lastsync times and synced flags for sync delete logs
2015-01-28 15:56:46 -05:00
Dan Stillman
6199742986
Make attempt to read from an invalid DB column a fatal error
2015-01-28 15:56:46 -05:00