Dan Stillman
aaeb2cec9d
Show address bar icon on all web pages in Firefox
...
The icon now will save using a translator if possible and otherwise fall back
to creating a web page item. This also removes the "Create Web Page Item from
Current Page" button.
Let's see how this feels. (Pushing it to the beta so more people can try it.) I
think we ultimately should do this, but my main concern with this
implementation is that it's just too distracting, since the icon disappears and
reappears on every page. A persistent, possibly monochrome icon that was just
sometimes disabled (as is the case for the Firefox bookmark toolbar icon) might
be better.
Regardless of the approach, there are some follow-up tweaks that should be made:
- The same thing in the connectors
- Context-menu options
- Different icons and descriptions for different file types (PDF, image)?
- Adjust guidance text? Have separate guidance panels for web vs. translation?
2015-02-17 03:43:45 -05:00
Dan Stillman
47a062c9a8
Fix potential infinite loop dragging large HTML notes
2015-02-17 01:39:40 -05:00
Dan Stillman
42c55ee5f3
Fix file sync error with filenames containing slashes
...
These shouldn't exist, but something either didn't used to or still isn't
protecting against them, so strip them in getFile().
2015-02-16 17:26:51 -05:00
Simon Kornblith
64f7710877
Merge pull request #409 from aurimasv/cookies
...
Manage cookies received from other hosts.
2015-02-14 13:24:58 -05:00
Dan Stillman
161733b207
Merge pull request #630 from aurimasv/attach-url
...
Don't try to parse path if it looks like a web URL
2015-02-11 01:22:39 -05:00
Dan Stillman
884132ac8b
Merge pull request #629 from aurimasv/varDump-exception
...
Handle XPCOM Exceptions in varDump
2015-02-11 01:18:48 -05:00
Dan Stillman
62aa5acc0d
Fix NO_INTERFACE console error after itembox/tagsbox edit in Fx36
...
In Fx36+, QIing the scrollbox to nsIScrollBoxObject throws NO_INTERFACE,
presumably because https://bugzilla.mozilla.org/show_bug.cgi?id=364612
was implemented in some other ticket.
2015-02-10 22:45:51 -05:00
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
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
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
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
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
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
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
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
Aurimas Vinckevicius
5db52ac1c3
Add 'year' as a gettable field for Zotero.Item
2015-01-26 15:46:56 -06:00
Aurimas Vinckevicius
a0a656eac0
Allow setting a specific dateModified on item
...
To be used in feed items to set the last _remote_ modification date
2015-01-26 15:46:49 -06:00