Commit Graph

1211 Commits

Author SHA1 Message Date
Dan Stillman
b4730b3dd4 Auto-sync on first open of Zotero pane after starting Firefox 2008-07-01 20:39:20 +00:00
Dan Stillman
68f56c48e4 Sync error icon and tooltip display 2008-07-01 00:44:52 +00:00
Dan Stillman
7c4bc05193 Adds animated sync icon -- not yet perfect 2008-06-30 15:14:35 +00:00
Dan Stillman
7e0ba527d4 Part of auto-sync support 2008-06-30 01:01:53 +00:00
Dan Stillman
0e0e4aa2b1 Basic auto-sync support -- timer reset to 15 seconds after each data operation 2008-06-30 00:56:31 +00:00
Dan Stillman
e723758346 Closes #1038, Migrate Quick Start Guide item ID 2008-06-26 18:34:16 +00:00
Dan Stillman
d4b4dbf940 Fix upgrade problem with attachment dirs beginning with numbers 2008-06-26 16:38:22 +00:00
Dan Stillman
91b2fb99f1 Fix a few potential attachment errors 2008-06-26 04:14:02 +00:00
Dan Stillman
1e42abb5e4 Closes #1036, Migrate storage directory folders to secondary keys
Also moves orphaned directories into orphaned-files folder in data dir

Safety first: Keeps track of moved files, moving them back if there's an error before the end of the upgrade process (since the keys are generated randomly and would be different if recreated), and creates a zotero.moved-files.36.bak file with a list of id/key pairs
2008-06-25 22:27:35 +00:00
Dan Stillman
ab4c05be59 Add REGEXP SQLite UDF
SQLite automatically uses this function for the "foo REGEX '/[a-z]+/'" syntax
2008-06-25 22:22:52 +00:00
Dan Stillman
d6fed04add Drop fulltextWords index after checking for duplicates from corruption 2008-06-25 04:14:17 +00:00
Dan Stillman
dd78c85d73 Reverting r2903, since it's not necessary, and, unless we decide to cast automatically in all the ZU functions, we should stay consistent 2008-06-25 01:18:10 +00:00
Dan Stillman
5a60ccc92a Closes #1048, Convert all values to strings in serialize() 2008-06-25 01:11:22 +00:00
Dan Stillman
f4bdb1c6ad Don't put quotes around numbers in varDump() (used in debug()) 2008-06-25 01:07:35 +00:00
Dan Stillman
c29363337e Adds sync support for related items
Might fix (or break) other stuff, but who remembers?
2008-06-25 00:26:55 +00:00
Dan Stillman
7196b90d08 Drop redundant index on fulltextWords 2008-06-25 00:22:25 +00:00
Dan Stillman
c9e4b7083e Add extensions.zotero.dbLockExclusive pref to control SQLite exclusive locking (default true)
Set to false to allow external access while Firefox is running
2008-06-25 00:21:37 +00:00
Dan Stillman
522e9ecbba Speed up Ben's levenshtein() by factor of 3 by caching length properties (didn't look at algorithm itself) 2008-06-25 00:19:41 +00:00
Dan Stillman
a1e3f8aefd Move levenshtein() and min3() into Zotero.Utilities 2008-06-23 20:33:57 +00:00
Dan Stillman
224d51eeb9 Implements levenshtein as SQLite UDF
Function from Ben
2008-06-23 20:28:42 +00:00
Julian Onions
8693925306 Some formatting changes to neuroscience from Tilman Kispersky
Minor reformat for ou-harvard-numeric for hanging indent.
2008-06-23 19:39:25 +00:00
Dan Stillman
a28ac8cd59 Add a comment pointing to Bugzilla before first use of "with ({});" 2008-06-23 16:53:04 +00:00
Dan Stillman
63ff5c2dc2 Fix typo 2008-06-23 16:47:41 +00:00
Simon Kornblith
061a5b76e4 Remove globally scoped namespace declaration from cite.js (oops) 2008-06-23 16:37:08 +00:00
Simon Kornblith
c544d64460 closes #1043, store EndNote® styles as binary blobs
closes #1046, Provide some indicator of whether style is originally from EndNote
will require that you re-import previously imported styles
2008-06-22 17:16:43 +00:00
Dan Stillman
4190b37a32 Addresses #1047, Timeline items not displaying for collections 2008-06-20 18:27:30 +00:00
Dan Stillman
103110aa94 Addreses #1047, Timeline items not displaying
Sean, can you verify that this fixes the problem?
2008-06-20 17:48:46 +00:00
Simon Kornblith
87e2cdd833 fixes #1030, CSL broken on trunk due to XML namespace change
closes #704, EndNote to Zotero style converter (won't actually convert styles due to copyright concerns, but will load them into the DB)
also adds CSL style manager
2008-06-20 06:40:05 +00:00
Dan Stillman
5aab253fc3 Keep track of manually set ids (via a Notifier observer watching for 'add' events or manual Zotero.ID.skip() calls) so that subsequent calls to Zotero.ID.get() don't return them
This should fix hard-to-reproduce 'constraint failed' errors during syncing.
2008-06-19 07:46:08 +00:00
Dan Stillman
8ab447b10b Fix deletion of items without tags 2008-06-18 08:58:38 +00:00
Dan Stillman
26dd5cf0a8 Reverting r2892 -- not necessary 2008-06-18 08:57:46 +00:00
Dan Stillman
cc81be820f Use SQLite text data type for integers longer than 15 characters 2008-06-18 08:49:44 +00:00
Dan Stillman
cee32d4bc8 Fix sync URL 2008-06-18 08:47:38 +00:00
Elena Razlogova
b59bb66fcc Fixes some options to make style valid 2008-06-18 07:09:49 +00:00
Elena Razlogova
0ba95b798a Adds Chicago quick copy style (allows for quick copy of footnotes and subsequent citations in the same style; not appropriate for the Word plugin) 2008-06-18 07:03:59 +00:00
Dan Stillman
c8334f576f Merged revisions 2845-2848,2850-2852,2855-2857,2860-2863,2872,2874,2879-2880 from 1.0 branch via svnmerge 2008-06-17 20:50:44 +00:00
Dan Stillman
bcda8d7591 Blocked revisions 2853,2882 from 1.0 branch via svnmerge 2008-06-17 20:46:45 +00:00
Dan Stillman
ddfc6a2472 Move sync URL to ZOTERO_CONFIG array 2008-06-17 20:41:31 +00:00
Dan Stillman
d5fdbc6cbe Fix export from saved search content menu on trunk, changing ZoteroItemPane.getSortedItems() to return Item objects unless asIDs is passed (like getSelectedItems()) 2008-06-17 20:39:26 +00:00
David Kaplan
05259f0986 Adding automagic indent to align on second field for PLoS format. 2008-06-17 16:27:13 +00:00
Dan Stillman
3c04d3ea44 Fix tag pane refresh after adding tag to item 2008-06-17 07:08:13 +00:00
Dan Stillman
d090f85fac Missed file for tag case insensitivity 2008-06-16 21:01:09 +00:00
Dan Stillman
0cda515fd6 Restore tag rename and delete
Tag comparisons are now case-insensitive, and old tags with case differences are migrated to the most-used tag or the tag linked to the oldest item
2008-06-16 20:07:17 +00:00
Dan Stillman
f5ffbca0a1 Fix tag autocomplete
Also fixed to not display tags twice if both manual and automatic and to not display automatic tags if manual versions of the same tags are already linked to the current item
2008-06-16 15:11:59 +00:00
Dan Stillman
46b85f5a96 Don't drop all tags on DB upgrade 2008-06-16 14:55:09 +00:00
David Kaplan
09ba16156e Making a number of minor modifications to PLoS CSL style so that it agrees more
closely with http://journals.plos.org/plosbiology/guidelines.php
Most are relatively minor involving moving periods and spaces around.  Also 
changed macro for dating references to just use year and removed DOI from
spec.  I have used XML commenting to remove these chunks in case they are
ever wanted again.
2008-06-16 13:44:11 +00:00
Dan Stillman
c52604883f - Fixes tag editing
- Adds tag syncing
- Fixes a few other things

No tag CR yet
Requires new 1.0 DB upgrade
2008-06-16 05:46:10 +00:00
Dan Stillman
eb134e6fe4 Addresses #1037, Remove Firefox 2–specific code 2008-06-11 08:57:41 +00:00
Dan Stillman
e15a621f52 Merged revisions 2710-2712,2714-2716,2718-2728,2730-2731,2734,2736-2738,2740-2750,2752-2753,2755,2758-2768,2770-2779,2782,2789-2790,2794,2797-2802,2804,2808-2810,2812,2814-2824,2826-2832,2834-2835 via svnmerge from 1.0 branch 2008-06-11 08:55:59 +00:00
Dan Stillman
d7e9bf0787 Blocked revisions 2713,2717,2757,2769,2825 on trunk via svnmerge 2008-06-11 08:33:01 +00:00