Dan Stillman
d974206d65
Add Zotero.warn()
...
Similar to Zotero.logError()
2016-04-22 22:48:46 -04:00
Dan Stillman
a726699b27
Update citeproc-js to 1.1.99
2016-04-22 00:01:37 -04:00
Dan Stillman
8a6402a744
Remove extra map refresh in itemTreeView::sort()
2016-04-22 00:00:37 -04:00
Dan Stillman
0539aa244a
Another Zotero.Tags.getID() fix after e2cbfbd0fe
2016-04-21 16:40:45 -04:00
Dan Stillman
10806c0a2d
Add id to Zotero.Tags notifier registration
2016-04-21 16:17:13 -04:00
Dan Stillman
39973abfa4
Update additional Zotero.ID.getID() calls after e2cbfbd0f
2016-04-21 16:15:41 -04:00
Dan Stillman
e7d27ee0f3
Close #931 , [Async DB] Update long tag fixer
2016-04-21 11:46:23 -04:00
Dan Stillman
e2cbfbd0fe
Deasyncify Zotero.Tags.getID()/getAsync(), and add Zotero.Tags.create()
2016-04-21 11:07:16 -04:00
Dan Stillman
bf416e56c2
Tweak sync error logging
2016-04-20 02:32:12 -04:00
Dan Stillman
3dabd63a0a
Close #930 , [API Syncing] Sync synced settings
2016-04-19 05:22:16 -04:00
Dan Stillman
97f3854662
Include 400 response in logged sync errors
2016-04-19 05:21:45 -04:00
Dan Stillman
716ba66032
Replace deprecated function call in sync code
2016-04-19 05:20:53 -04:00
Dan Stillman
2ee6886cf1
Update citeproc-js to 1.1.98
2016-04-17 04:16:25 -04:00
Dan Stillman
9fea9608f6
Disable debug output for AsyncChannel loading
2016-04-16 16:51:51 -04:00
Dan Stillman
1c92fe3268
Fix getFile() deprecation warning for zotero://attachment URLs
2016-04-16 16:50:27 -04:00
Dan Stillman
67f358df4b
Fix error trying to load old snapshot annotations
2016-04-16 16:49:48 -04:00
Dan Stillman
d8850b25c2
Fix buttons in proxy redirect notification box
2016-04-16 14:22:11 -04:00
Dan Stillman
196b28cc66
Update version
2016-04-16 02:52:20 -04:00
Dan Stillman
5e6b763623
Update citeproc-js to 1.1.96
2016-04-16 02:44:33 -04:00
Dan Stillman
0fca78bb7e
Try to fix intermittent Travis error
2016-04-15 05:14:52 -04:00
Dan Stillman
c5716a395f
Various RTF Scan fixes
...
- Firefox 46 compatibility
- Async DB
- Stretched progress meters
2016-04-15 04:45:50 -04:00
Dan Stillman
08b3eed7da
Zotero.DataObject._loadDataType() -> .loadDataType()
...
It's generally not necessary to call this, but it can be useful if
specific data needs to be loaded in an unloaded library (e.g., an item's
creators for RTF Scan)
2016-04-15 04:45:50 -04:00
Dan Stillman
ee5a62b9f4
Show error message on unhandled errors instead of duplicating the stack
...
Not sure if this is correct in all cases
2016-04-15 04:23:03 -04:00
Dan Stillman
8e932ce73f
Remove debugging lines
2016-04-15 04:23:03 -04:00
Dan Stillman
62f4586eb0
Properly disable download-mode menulist for groups in Sync pref pane
2016-04-15 01:33:28 -04:00
Dan Stillman
045554dd8e
Fix #926 again with async DB
2016-04-13 01:59:27 -04:00
Dan Stillman
79504df5f8
Remove "/report.html" in report URLs
...
Firefox saves as Zotero Report.html (localized) without it, which is
fine.
2016-04-12 18:59:46 -04:00
Dan Stillman
ba1f69b4d5
Merge branch '4.0'
2016-04-12 16:09:10 -04:00
Dan Stillman
91dcc272e4
Merge pull request #946 from jlegewie/patch-1
...
Bug fix progressWindow.js: nArcs undefined
2016-04-12 15:50:21 -04:00
Joscha Legewie
f4e4f27279
Bug fix progressWindow.js: nArcs undefined
...
`nArcs` is undefined in `this.ItemProgress.prototype.setProgress()`. This has been the case for a long time but never came up because the progress indicator isn't used in Zotero, I believe. I think it's a nice UI element though and could be used for non-disruptive progress indicators.
2016-04-12 14:23:59 -05:00
Dan Stillman
9330b9cd40
Update submodules
2016-04-12 04:52:52 -04:00
Dan Stillman
560eb37d0b
Schema update step to fix invalid item relations
...
As corrected in d0a110072
2016-04-11 16:29:48 -04:00
Dan Stillman
d0a110072b
Fix relation migration
...
The schema update step was generating invalid relations for related
items, resulting in sync errors on upload.
2016-04-11 14:48:26 -04:00
Dan Stillman
49d85dbe0f
My Publications wizard changes
...
- Only show first pane (without Sharing pane) if no files or files
aren't included
- Update authorship checkbox to reflect file include setting to avoid
confusion
- Clarify in intro text that license applies to files, not notes --
notes here are no different than notes in any public library, so it's
sort of up to the user to clarify those if they're substantial enough
for it to matter
- Adjust alignment of authorship checkbox if more than one line
2016-04-11 03:41:32 -04:00
Dan Stillman
aee214ed44
Update collection context menu once items have loaded
...
Otherwise, when right-clicking on a collection that's not currently
selected, some of the menu items appear gray at first, and a second
right-click is necessary after the items have loaded. This way the menu
items turn black once the items have loaded.
2016-04-11 02:52:09 -04:00
Dan Stillman
bb4db297c4
Fix "this.selection is undefined" switching away from loading collection
2016-04-11 02:29:25 -04:00
Dan Stillman
7c3a134107
Show loading message in middle pane if items loaded after startup
2016-04-11 02:29:08 -04:00
Dan Stillman
5e614e2787
Fix a few protocol handler bugs
2016-04-11 02:22:13 -04:00
Dan Stillman
46997bd3e4
Fix "cannot access dead object" error at startup
...
This could happen if a second page was loaded quickly at startup, before
translators finished loading and detection ran on the first page.
2016-04-11 02:20:10 -04:00
Dan Stillman
a1ef16a0a6
Add .library to Zotero.DataObject
...
This should replace uses of Zotero.Libraries.get(item.libraryID).
2016-04-10 19:46:10 -04:00
Dan Stillman
0469d6506a
Show toolbar icon and collections pane while items are loading
...
Items in a library are now loaded only when a library is clicked on and
at sync time. There might be some other areas where they need to be
loaded or where this causes problems (e.g., drag and drop, word
processor integration).
2016-04-10 19:01:36 -04:00
Dan Stillman
be335acc65
"Loading items list…" -> "Loading items…"
2016-04-10 18:43:09 -04:00
Dan Stillman
2bdb818988
Fix large toolbar icons on HiDPI Linux
...
Fixes #943
2016-04-10 16:05:33 -04:00
Dan Stillman
85c0c086d5
Disable Restore to/from Zotero Server and add back Full Sync
...
Restore to/from will need to be reimplemented for API syncing (#914 )
Closes #916
2016-04-10 05:19:51 -04:00
Dan Stillman
c9c5e40e95
Don't log relations-upgrade messages as errors
2016-04-10 04:32:23 -04:00
Dan Stillman
23e01fcefd
Fix saving to My Library if Zotero pane hasn't been opened
2016-04-09 18:34:54 -04:00
Dan Stillman
9c53fe893c
Skip collectionTreeView::notify() actions if no selection
...
I think this only happens if the Zotero pane hasn't yet been opened, which also
means an initial refresh() hasn't been done, which means that updates aren't
necessary.
2016-04-09 18:30:45 -04:00
Dan Stillman
1c19fe8d81
Use proper on-detect handler rather than pageshow in browser tests
...
Otherwise the test could run scrapeThisPage() before translators were ready. It
would be good to make scrapeThisPage wait for detection to complete so that an
early press still uses a translator for saving, but this way tests can also
test for the proper icon (though they don't now).
2016-04-09 18:26:13 -04:00
Dan Stillman
b650263d66
"Sync with Zotero Server" -> "Sync with zotero.org"
2016-04-08 17:03:29 -04:00
Dan Stillman
d2a5181637
Clarify/correct a couple Zotero.Item file method comments
2016-04-07 21:18:44 -04:00