Dan Stillman
d8129bb473
Update message for corrupted login manager DB with current filenames
2015-08-26 01:16:04 +02:00
Dan Stillman
623e1ca9a8
Merge pull request #831 from simpzan/4.0
...
make items tree column focused when select a item by running zotero://select/items/xxx.
2015-08-18 11:10:01 -04:00
simpzan
6051ef09d0
make items tree column focused when select a item by running
...
zotero://select/items/xxx.
2015-08-18 19:31:30 +08:00
Dan Stillman
a7c2506755
Update locales from Transifex
2015-08-17 18:42:38 -04:00
Dan Stillman
4d354027b5
Fix Cmd/Ctrl-Down in Quick Format
...
Broken in f3daf6b4bc
2015-08-17 01:35:26 -04:00
Dan Stillman
473c3affb8
Update version
2015-08-14 01:42:24 -04:00
Dan Stillman
1400a43a4a
Update maxVersion
2015-08-14 01:09:47 -04:00
Dan Stillman
0cef5f8b18
Tweak QuickFormat dropmarker positioning
2015-08-13 20:05:36 -04:00
Simon Kornblith
f3daf6b4bc
Always capture up/down when QuickFormat reference panel is open
...
It was annoying if you pressed the up key too many times and the cursor
moved.
2015-08-13 19:48:23 -04:00
Simon Kornblith
21e51f771c
Fix QuickFormat bubble updating when editing citation properties
2015-08-13 19:45:03 -04:00
Simon Kornblith
b62b479ae4
Silence some warnings in QuickFormat
2015-08-13 19:39:13 -04:00
Simon Kornblith
570e628679
Another non-Retina QuickFormat tweak
2015-08-13 19:25:08 -04:00
Simon Kornblith
547a5eea10
Tweak QuickFormat for non-retina
2015-08-13 19:21:07 -04:00
Simon Kornblith
8e40bde671
Make QuickFormat text bigger and border smaller on OS X
2015-08-13 19:14:53 -04:00
Dan Stillman
4eff7bd2d4
Update submodules
2015-08-13 18:38:59 -04:00
Dan Stillman
bb785df49f
Merge pull request #828 from gracile-fr/fixedCol
...
Forbid "Attachments" column to be resized
2015-08-13 18:35:31 -04:00
Dan Stillman
c123b4a2f9
Switch to unminified editor_template_src.js in TinyMCE code
2015-08-13 17:53:40 -04:00
gracile-fr
2920d9ff5e
Forbid "Attachments" column to be resized
2015-08-12 21:15:18 +02:00
Dan Stillman
b53892fe54
Fix various collection-dragging UI bugs
...
Fixes #823 , hopefully
2015-08-08 17:26:42 -04:00
Dan Stillman
9fa53439ef
Update hasChildCollections() when child moved to another collection
2015-08-08 16:45:51 -04:00
Simon Kornblith
50f695f298
Disable spell checking in quickformat
...
It basically underlines all the names, which is not useful
2015-08-08 16:38:39 -04:00
Simon Kornblith
668ca94f9e
Make quickformat non-resizable
2015-08-08 16:38:17 -04:00
Simon Kornblith
6bce6b1d30
Alter quick format dialog appearance on OS X
...
Firefox no longer supports transparent windows because it made them do
extra preprocessing on a file to restore the drop shadow when the
Developer Edition theme was active:
https://bugzilla.mozilla.org/show_bug.cgi?id=1162649
2015-08-07 19:45:49 -04:00
Dan Stillman
5a61ac4871
Don't try to select unselectable row on library tree row removal
...
(If deleting a group, don't select the header or separator before it.)
2015-08-07 16:36:53 -04:00
Dan Stillman
cbf4876173
Fix attachment renaming
...
Fixes #822
2015-08-07 15:36:46 -04:00
Dan Stillman
06867d886e
Fix note loading
2015-08-06 22:49:21 -04:00
Dan Stillman
1ecc53b099
Merge pull request #820 from aurimasv/csl-json
...
Fix issues with computerProgram citations
2015-08-06 18:29:06 -04:00
Dan Stillman
536cd867d7
Fix toJSON for attachment items
2015-08-06 15:55:37 -04:00
Dan Stillman
f963413170
Handle conflict resolution for remote item deletions
2015-08-06 06:03:45 -04:00
Dan Stillman
f8af231f1a
Make CR wizard button assertions Mac-only for now
...
Wizard buttons are handled differently on Linux/Windows
2015-08-06 05:45:36 -04:00
Dan Stillman
51253fb933
Delete from sync cache when deleting object
2015-08-06 05:25:45 -04:00
Dan Stillman
b5b99672db
Remove some obsolete sync code
2015-08-06 04:19:53 -04:00
Dan Stillman
0aecaad761
Update conflict resolution for API syncing
...
This will appear much less frequently, since non-conflicting field changes on
both sides can be resolved automatically, but genuine field conflicts still
require manual conflict resolution.
The merge pane is no longer editable, since the itembox code to do that is
async and can't run in a modal window, but it's not really necessary,
particularly with conflicts happening less frequently.
TODO:
- Remote item deletions
- File conflicts
- Maybe handle some edge cases where the conflicted items fail to save
2015-08-06 04:14:49 -04:00
Dan Stillman
7b0c34a3ab
Update submodules
2015-08-05 15:11:24 -04:00
Dan Stillman
1178d2509d
Update versions
2015-08-05 15:08:29 -04:00
Aurimas Vinckevicius
711b823552
Add tests for itemFromCSLJSON and make sure data round-trips
2015-08-04 15:22:35 -05:00
Aurimas Vinckevicius
c4cd7ce3e0
Fix import of computerProgram exported as CSL JSON
2015-08-04 15:19:33 -05:00
Aurimas Vinckevicius
bb15336fdb
Fix season export in CSL JSON
2015-08-04 14:19:39 -05:00
Aurimas Vinckevicius
0fbae77456
Don't use for-in to iterate over arrays in itemFromCSLJSON
2015-08-03 16:15:24 -05:00
Dan Stillman
7075300a17
Fix hasChanged() bug related to 'synced'
2015-08-02 05:26:02 -04:00
Dan Stillman
f02a9aa95e
Check remote delete log during full sync
...
If an object is marked as synced locally and doesn't exist remotely but
is in the remote delete log, delete it locally
2015-08-02 03:44:14 -04:00
Dan Stillman
67f4a467ea
Consolidate object erase methods into DataObjects::erase()
2015-08-02 03:40:14 -04:00
Dan Stillman
4600318ad7
Support 'successful' property in upload response
...
Save uploaded data to cache, and update local object if necessary (which
it mostly shouldn't be except for invalid characters and HTML filtering
in notes)
Also add some upload and JSON tests
2015-08-01 05:28:42 -04:00
Dan Stillman
dce9ff304f
Update cslpreview.dtd and csledit.dtd from Transifex
...
Fixed config file that was preventing these from being pulled
Addresses #796
2015-07-31 14:11:44 -04:00
Dan Stillman
70d9b9870c
Fix a few small data layer bugs, and tidy up a little
...
I don't think these were triggered by any client code, but I found them while
porting code to the server.
2015-07-31 04:09:24 -04:00
Dan Stillman
2da6bc7fcc
Update version
2015-07-30 16:04:10 -04:00
Dan Stillman
535d3340e3
Update locales from Transifex
2015-07-30 16:02:07 -04:00
Dan Stillman
fc2574f7bf
Update citeproc-js to 1.1.46
2015-07-30 15:52:26 -04:00
Simon Kornblith
b9cdf3f6d3
Merge pull request #814 from aurimasv/citation-update-debug
...
Debugging code for checking manually modified citations
2015-07-29 00:03:50 -04:00
Aurimas Vinckevicius
fdd91affd9
Debugging code for checking manually modified citations
...
Re https://forums.zotero.org/discussion/50701/cant-insert-citationzotero-asks-to-modify-all-my-citations/
2015-07-28 22:59:32 -05:00