Dan Stillman
dcb7c88ebd
Misc. debug output cleanup
2016-03-22 22:44:02 -04:00
Dan Stillman
63e169c139
Only show empty-response-from-server error for 0 or 200 status codes
2016-03-22 22:44:02 -04:00
Dan Stillman
af8865f3f3
Fix behavior of Zotero.Utilities.Internal.delayGenerator and add tests
...
Also convert to an ES6 generator
2016-03-22 22:44:02 -04:00
Dan Stillman
c099bd432a
Handle multi-collection/search add in collectionTreeView::notify()
2016-03-22 22:44:00 -04:00
Dan Stillman
6c43e75d26
Merge pull request #902 from adomasven/feature/feed-reader-UI
...
Feed Reader UI
(I squashed a bunch of commits from the PR.)
2016-03-22 07:31:03 -04:00
Adomas Venčkauskas
12fc6cfbe8
Various feeds changes
...
- Hide notes, tags and related for feed items in itembox
- Add feed support for <enclosure> elements
- Add feed syncing methods for synced settings (additional work is
needed on the sync architecture to download synced settings from the
server)
- Change feed item clear policy to be less aggressive
- Adjust for deasyncification
- Disable translate-on-select
- Close adomasven/zotero#7 , Remove context menu items from feeds
2016-03-22 06:56:36 -04:00
Adomas Venčkauskas
0d4025e9fb
Add preferences for feed sorting and toggle read hotkey
2016-03-22 06:56:36 -04:00
Adomas Venčkauskas
05c0f1f3fc
Closes #905 , Move library creation buttons into menu
2016-03-22 06:56:35 -04:00
Adomas Venčkauskas
39aca505e0
Add right-click menu read state choices for feeds
2016-03-22 06:56:35 -04:00
Adomas Venčkauskas
9e88969f3d
Refactor ProgressWindow translation messages show for feed items
2016-03-22 06:56:35 -04:00
Adomas Venčkauskas
e206b0af5e
Various feeds changes
...
- Change sort order for feed items to natural order
- Remove display of dates in itembox
- Trim html tags from creators in FeedReader parser
2016-03-22 06:56:33 -04:00
Adomas Venčkauskas
5e706c31ad
Translate and add items to library on drag
2016-03-22 06:56:33 -04:00
Adomas Venčkauskas
6da0845f4b
Add feedItem translation
2016-03-22 06:56:32 -04:00
Adomas Venčkauskas
e6ede4b36f
Various feeds changes
...
And move Z.Attachments.cleanAttachmentURI() to Z.Utilities.cleanURL()
2016-03-22 06:56:30 -04:00
Adomas Venčkauskas
8a2dc6e7f2
Adds Zotero.FeedReader tests
2016-03-22 06:56:29 -04:00
Aurimas Vinckevicius
2d46e3d59b
Various feeds changes
2016-03-22 06:55:48 -04:00
Aurimas Vinckevicius
e7f568d56c
Automatically start feed update when adding new feed
2016-03-22 06:14:16 -04:00
Aurimas Vinckevicius
2c3eb205ab
Implement read/unread functionality in feeds
2016-03-22 06:14:16 -04:00
Aurimas Vinckevicius
9686758c7d
Add feeds to collections tree view and items tree view
2016-03-22 06:14:15 -04:00
Aurimas Vinckevicius
2e56e2f659
Add feed button and Add Feed dialog
2016-03-22 06:14:15 -04:00
Aurimas Vinckevicius
4c94b05023
New feed data methods
2016-03-22 05:13:55 -04:00
Aurimas Vinckevicius
ca36096bcf
Add FeedReader
2016-03-22 03:38:49 -04:00
Dan Stillman
74cf2a3c22
Fix hang on import that includes an HTML attachment
...
Closes #734 , for the moment
2016-03-22 01:31:20 -04:00
Dan Stillman
42968949b6
Fix collection export
...
Closes #734 , maybe?
2016-03-21 18:11:30 -04:00
Dan Stillman
5de18a007d
Fix typo
2016-03-21 02:06:14 -04:00
Dan Stillman
20ece48a57
Fix saving of single files to library root via save button
2016-03-21 01:30:16 -04:00
Dan Stillman
ea1486f62f
Merge branch '4.0'
2016-03-21 00:46:28 -04:00
Dan Stillman
220cf2c29b
Fix export of attachment linkMode/contentType and standalone note text
...
Closes #889
Needs better tests, but that will have to happen on 5.0 in #923 .
2016-03-21 00:18:11 -04:00
Dan Stillman
51b286528c
Fix export translation
...
This reverts Zotero.Translate.ItemGetter.prototype.nextItem() to being
synchronous post-deasyncification. This will need to be made to work
asynchronously in the future if _attachmentToArray(), which is called by
nextItem, is changed to use async file access (which might be required
at some point).
Addresses #734 , [Async DB] Import/export fails
2016-03-20 23:39:12 -04:00
Dan Stillman
b1eb2b6de5
Cleaner debug message when getting contents from input stream
2016-03-20 22:17:30 -04:00
Dan Stillman
7010742527
Update bundled file installation from XPI
...
- Use JSON translator index
- Use original translator filename instead of label
- Fix style installation error
2016-03-20 22:14:56 -04:00
Dan Stillman
c5aa935b16
Fix invalid copyright header in citeproc.js
2016-03-19 04:36:40 -04:00
Dan Stillman
81e2e926a1
Update citeproc-js to 1.1.81
2016-03-19 02:57:10 -04:00
Dan Stillman
da18408070
Fix proxy redirection in Firefox 46 (non-e10s)
...
notificationCallbacks no longer QIs to webNavigation in Firefox 46, so
this gets the relevant browser object by getting the content window id
from channel.loadInfo and finding the window via nsIWindowMediator.
Unfortunately the window id provided under e10s is invalid (or something
-- it's a very high number that can't be found via nsIWindowMediator),
so something else will need to be done for that.
2016-03-19 02:46:29 -04:00
Dan Stillman
f1aa6c5c80
Fix indexing of PDFs imported from current document
2016-03-18 04:51:32 -04:00
Dan Stillman
c02baa639d
Fix word processor integration
2016-03-18 04:31:37 -04:00
Dan Stillman
da45df06cc
Load reverse relations mappings at startup
...
This allows Zotero.Relations.getByPredicateAndObject()/getByObject() and
Zotero.Item::getLinkedItem()/Zotero.Collection::getLinkedCollection() to
be synchronous, which is necessary for word processor integration.
2016-03-18 04:31:37 -04:00
Dan Stillman
f4896a15ec
Merge branch '4.0'
2016-03-17 05:08:06 -04:00
Dan Stillman
11e3603a73
Fix creator search in Quick Format dialog
...
Broken by 7d404e8d4a
2016-03-17 02:07:45 -04:00
Dan Stillman
28dc7d17e2
Fix setting of local mtime when remote file change matches local file
2016-03-16 02:01:51 -04:00
Dan Stillman
8df6b4bbd3
Don't modify Date Modified when updating downloaded attachment state
2016-03-16 01:36:59 -04:00
Dan Stillman
8830dfeff9
Update version and submodules
2016-03-15 03:31:08 -04:00
Dan Stillman
322852ff67
Fix display of tag colorpicker in Firefox 44
...
(And make the colorpicker work in high-contrast mode, according to the
Mozilla bug that broke this [1].)
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1047595
2016-03-15 03:06:48 -04:00
Dan Stillman
be04f3d33c
Restore colored tags at top of tag selector when not linked to item
2016-03-15 01:18:55 -04:00
Dan Stillman
9ffcd89303
Fix error selecting from creator autocomplete
2016-03-15 01:18:55 -04:00
Dan Stillman
8e5016ae4d
Load synced settings (incl. tag colors) at startup
2016-03-15 01:18:55 -04:00
Dan Stillman
60830c27ee
Remove items from open Unfiled Items view when added to collection
2016-03-13 22:59:19 -04:00
Dan Stillman
6b509820b3
Fixes #918 , Enabling "Show Unfiled Items" or "Show Duplicates" breaks UI
2016-03-13 20:31:15 -04:00
Dan Stillman
4fcf0c3c15
nsITreeSelection can be 0 incorrectly even if count is 0
2016-03-13 20:30:44 -04:00
Dan Stillman
d86b622c0a
More daylight saving time
2016-03-13 20:28:15 -04:00