Commit Graph

1257 Commits

Author SHA1 Message Date
Dan Stillman
a6630bb245 Merged r3346 to SP2.1 tag 2008-09-05 06:11:21 +00:00
Dan Stillman
f874ca3313 Merge r3343 to 1.5-sync2.1 tag 2008-09-05 05:49:52 +00:00
Dan Stillman
23a06381e2 Version bump on 1.5-sync2.1 branch 2008-09-05 05:00:47 +00:00
Dan Stillman
0eefb2881b Tagging Sync Preview 2.1 2008-09-05 04:57:36 +00:00
Dan Stillman
634d0a50c9 Merged revisions 3318-3322,3331-3332,3334 from 1.0 branch via svnmerge 2008-09-05 04:35:46 +00:00
Dan Stillman
2cdfa8f0f6 Include response text from server in error log on Invalid Response sync error 2008-09-05 04:29:34 +00:00
Dan Stillman
14a5f34bf5 Remove referrer in recognizePDF requests 2008-09-05 04:08:56 +00:00
Dan Stillman
87398c29fa Fix ACCESS_DENIED storage sync error on Windows 2008-09-05 02:42:54 +00:00
Dan Stillman
38530de475 Fix regression from r3335 that caused some creator changes not to sync 2008-09-04 22:27:51 +00:00
Dan Stillman
5cfb050e15 - Fix "Creator must be a Zotero.Creator object in Zotero.Item.setCreator()" problem -- now looks for creator data within item block when it doesn't exist locally
- Fix a couple other problems with creators that could cause changes not to be synced or to cause unnecessary conflicts
2008-09-04 20:27:41 +00:00
Rintze Zelle
70145d7a70 IEEE style:
* eliminated entry spacing (see http://forums.zotero.org/discussion/3897/?Focus=16700#Comment_16700)
* included link to online style guide
2008-09-04 06:02:19 +00:00
Dan Stillman
76e5cc8189 Better cleanup of cached data after sync error
Clearer error message for "Creator must be a Zotero.Creator object in Zotero.Item.setCreator()" problem (which isn't yet fixed)
2008-09-03 18:04:50 +00:00
Dan Stillman
9ea4f8a619 Reverting to recognizePDFcache.txt filename -- I requested the hidden filename when I thought that the cache file was stored in storage directories 2008-09-03 06:23:41 +00:00
Simon Kornblith
302de8f189 - better interface for PDF recognizer
- slightly improved PDF recognizer performance
2008-09-03 06:20:19 +00:00
Simon Kornblith
08f7156d16 fix strict mode error and add JSDoc to selectitems.js 2008-09-02 19:30:14 +00:00
Simon Kornblith
a540cd56ae Use Zotero.Items.get() instead of using new items directly after saving 2008-09-02 19:28:57 +00:00
Dan Stillman
8c798b50a9 Fixes #1157, Adding an existing tag to an item with no tags breaks Zotero 2008-09-01 17:59:25 +00:00
Dan Stillman
4d9e018ca5 Fix sync icon error handling (trunk and SP2 tag) 2008-09-01 08:09:37 +00:00
Dan Stillman
9c3c7ebbb7 Fix sync button breakage after error (trunk and SP2 tag) 2008-09-01 08:00:46 +00:00
Dan Stillman
5331e6ac80 Merge recent English strings to other locales on trunk 2008-09-01 06:45:03 +00:00
Dan Stillman
c437272005 Merged revisions 3306,3309 from 1.0 branch via svnmerge 2008-09-01 06:09:56 +00:00
Dan Stillman
1e0bd4b7ee Recorded merge of revisions 3301 from 1.0 branch via svnmerge 2008-09-01 06:05:52 +00:00
Dan Stillman
771627816f Two JS strict warnings 2008-09-01 04:34:47 +00:00
Dan Stillman
65eff3cf32 Fix properToProxy() translator error (regression from merge) 2008-09-01 04:25:40 +00:00
Dan Stillman
19c3ddeeff Attachment directory wasn't removed when deleting attachment 2008-09-01 03:59:55 +00:00
Dan Stillman
4ff983661a Fix one other case where the sync could never end 2008-09-01 03:42:42 +00:00
Dan Stillman
d9f2d79648 Storage sync never stopped if file-to-download was missing 2008-09-01 03:28:04 +00:00
Dan Stillman
2183ce7089 - Add "Debuggin" labels to Actions menu options
- Add extra temporary debug output
2008-09-01 03:08:30 +00:00
Dan Stillman
46986012a5 Fix bug displaying "Rename associated file" dialog (on trunk and branch) 2008-09-01 02:10:40 +00:00
Dan Stillman
6f02e0d867 Fix two JS strict warnings 2008-09-01 02:00:17 +00:00
Dan Stillman
6d100324e4 Merged revisions 3080-3081,3084,3087-3088,3090,3092,3099-3103,3113-3114,3132,3134-3143,3145,3148-3151,3154-3159,3165,3174,3194,3234-3235,3239-3240,3244,3246-3254,3258-3262,3268,3270,3274,3279,3286-3288,3294-3295 from 1.0 branch via svnmerge 2008-09-01 01:54:00 +00:00
Dan Stillman
596d989c9b Blocked revision 3089 via svnmerge, since it's already on the trunk 2008-08-31 23:55:00 +00:00
Dan Stillman
1c05d3149f Missed file from r3296 and better debugging of invalid DB parameters 2008-08-31 23:39:14 +00:00
Dan Stillman
f64dc8f90f Adds WebDAV file sync
- Still experimental and incomplete, with no lock support and not much error handling

Also:

- New expiry date for sync functions
- Attachment character set was being dropped during syncing
- Possibly improves sizing issues with preferences window
- Fixes problems with attachment filenames with extended characters
- Fixes some problem with tags that I don't remember
- Makes XMLHTTPRequest calls are now background requests (no auth windows or other prompts)
- Z.U.HTTP.doOptions() now takes an nsIURI instead of a URL spec
- New methods:
  - Zotero.Utilities.rand(min, max)
  - Zotero.Utilities.probability(x)
  - Zotero.Utilities.Base64.encode(str) and decode(str)
  - Zotero.getTempDirectory()
  - Zotero.Date.dateToISO(date) - convert JS Date object to ISO 8601 UTC date/time
  - Zotero.Date.isoToDate(isoDate) - convert an ISO 8601 UTC date/time to a JS Date object
2008-08-31 23:36:01 +00:00
Rintze Zelle
d26fba4a5d Updates to antonie-van-leeuwenhoek.csl and fems.csl:
* fixed error with non-existing macro "anon" for both styles
* fixed some style errors in antonie-van-leeuwenhoek.csl
2008-08-31 09:31:40 +00:00
Nicolae Turcan
80e37f5e6f Eliminate SmallCaps for author, because of malfunction in editor. 2008-08-30 14:46:50 +00:00
Dan Stillman
eca3369110 Fix McGill Legal style id 2008-08-30 09:13:08 +00:00
Rintze Zelle
d4b69b1632 * Fixed link in asm-journals.csl (still pointed to jbact style)
* Fixed documentation link in ASA style (old link gave a 404)
* Included a space between the colon following the issue number and the page numbers in the PLOS style, as required by the style guide
* Updated documentation link in PNAS style
2008-08-30 09:03:25 +00:00
Peter Baumgartner
643b6ad4a7 changed "month day" to "day. month" for blog posts 2008-08-30 05:07:18 +00:00
fa3f0b2efd Add Chinese-Building-Structure.csl file for Chinese Magizine style. 2008-08-28 00:59:26 +00:00
Rintze Zelle
69a46ecf41 New Harvard style, adapted for Leeds Met. 2008-08-26 17:03:52 +00:00
Peter Baumgartner
d9083d8613 Check In of German variant of Chicago (Author-Date) 2008-08-25 13:31:38 +00:00
Peter Baumgartner
f1921576a0 New: Chicago Style Author-Date format adapted for German 2008-08-25 12:12:54 +00:00
Peter Baumgartner
c942bf7ac7 New: Chicago Style Author-Date format adapted for German 2008-08-25 11:30:17 +00:00
Rintze Zelle
df1315bf05 Citations in Harvard 1 use "et al" in case of 3 authors of more instead of 4 or more, see documentation. 2008-08-22 20:27:26 +00:00
Simon Kornblith
6c064584f7 don't put MAX_PAGES in global namespace 2008-08-22 05:41:00 +00:00
Simon Kornblith
02f25a985b fix JS warnings 2008-08-22 05:38:36 +00:00
Simon Kornblith
d11e345174 Add feature to retrieve metadata for PDFs, currently accessible as a contextual menu item.
The feature grabs relevant fragments from the document and then searches them on Google Scholar. This will only work with OCRed PDFs, so it doesn't work with JSTOR, but it should work fairly well with everything else.
2008-08-22 05:35:44 +00:00
Simon Kornblith
8ed90b542b Commit missing proxy components from r3266 2008-08-22 05:23:03 +00:00
Simon Kornblith
f990e76353 closes #1098, Edit Citation not working in new document 2008-08-21 21:30:36 +00:00