Dan Stillman
2df630e83c
Fix hang in sync tests from library version changes
2015-09-22 04:11:30 -04:00
Dan Stillman
0965079842
Use correct property in Zotero.Libraries.getVersion/setVersion()
2015-09-22 03:52:46 -04:00
Dan Stillman
add9481c63
Adjust error and feed tests for access error on read-only libraries
2015-09-22 03:52:31 -04:00
Dan Stillman
8daef1fad0
Merge pull request #750 from aurimasv/api_syncing-feed_reader-data_layer
...
[Feed Reader] Data layer
2015-09-21 18:14:13 -04:00
Aurimas Vinckevicius
0a88032715
ZU.capitalize should not throw for empty string
2015-09-21 17:08:23 -05:00
Aurimas Vinckevicius
995bc9667b
Open a window for syncRunner tests
...
For some reason setTimeout in waitForWindow sometimes does not fire without a window open.
2015-09-21 17:08:23 -05:00
Aurimas Vinckevicius
d122323dbf
Fix fullText tests on Windows
2015-09-21 17:08:22 -05:00
Aurimas Vinckevicius
38b9bbc8c8
Fix Translate tests on Windows
2015-09-21 17:08:22 -05:00
Aurimas Vinckevicius
8900a83b7d
Fix Zotero.DataObject.key test
2015-09-21 17:08:21 -05:00
Aurimas Vinckevicius
88ab129ffb
Add Feed and FeedItem
...
Also:
* _finalizeErase in Zotero.DataObject is now inheritable
* Call _initErase before starting a DB transaction
* removes Zotero.Libraries.add and Zotero.Libraries.remove (doesn't seem like this is used any more)
2015-09-21 17:08:21 -05:00
Aurimas Vinckevicius
76511eca08
Fix stack formatting in unit testing output
2015-09-21 02:28:10 -05:00
Aurimas Vinckevicius
74863843f4
Tweak varDump to not use object property getter unnecessarily
2015-09-21 02:28:09 -05:00
Aurimas Vinckevicius
0320b08b05
Do not return lastInsertRowID for INSERT, REPLACE, and CREATE
...
Unreliable for async queries
2015-09-21 02:28:09 -05:00
Aurimas Vinckevicius
6cef123662
Don't allow trashing items in read-only or "no trash" libraries
2015-09-21 02:27:53 -05:00
Aurimas Vinckevicius
e5a5a8d303
Don't allow erasing objects from read-only libraries
2015-09-21 02:27:53 -05:00
Aurimas Vinckevicius
1621f5772b
Fix deleting collection with items
2015-09-18 03:34:04 -05:00
Aurimas Vinckevicius
07ca00edd5
Use _canHaveParent property to determine if object can have parent
2015-09-18 03:34:04 -05:00
Aurimas Vinckevicius
87d5625bac
Add Chai-as-Promised
2015-09-18 03:34:03 -05:00
Dan Stillman
a547db134e
Update locales and submodules
2015-09-13 23:38:42 -04:00
Dan Stillman
2a9119801c
Merge pull request #834 from Juris-M/z4.0-bib-export-fix
...
Fix bug in Create Bibliography from Item w/Notes
2015-09-13 23:26:41 -04:00
Dan Stillman
d3c4689973
Add a couple comments
2015-08-27 18:00:16 +01:00
Dan Stillman
1c087270e3
Update version
2015-08-27 17:42:58 +01:00
Dan Stillman
9bd2913b2a
Unminify TinyMCE plugins
2015-08-27 16:07:50 +02:00
Dan Stillman
030f532d04
Update submodules
2015-08-27 16:00:36 +02:00
fbennett
47ff4e79dc
Fix bug in Create Bibliography from Item w/Notes
2015-08-27 08:18:22 +09:00
Dan Stillman
325635e8ec
Update locales from Transifex
2015-08-26 01:24:05 +02:00
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