Dan Stillman
49593266e1
Generate conflict if number of item creators changed
2008-09-05 05:42:59 +00:00
Dan Stillman
f165204b88
Merged revisions 3318-3322,3331-3332,3334 from 1.0 branch via svnmerge
2008-09-05 04:35:46 +00:00
Dan Stillman
4d7fc6b10c
Include response text from server in error log on Invalid Response sync error
2008-09-05 04:29:34 +00:00
Dan Stillman
e38c86cba2
Remove referrer in recognizePDF requests
2008-09-05 04:08:56 +00:00
Dan Stillman
714011d1d3
Fix ACCESS_DENIED storage sync error on Windows
2008-09-05 02:42:54 +00:00
Dan Stillman
0dbd02abe9
Fix regression from r3335 that caused some creator changes not to sync
2008-09-04 22:27:51 +00:00
Dan Stillman
c822aad2b6
- 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
fdbf0412df
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
e3acd9a513
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
088c057837
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
5fc9782860
- better interface for PDF recognizer
...
- slightly improved PDF recognizer performance
2008-09-03 06:20:19 +00:00
Simon Kornblith
c9f1592704
fix strict mode error and add JSDoc to selectitems.js
2008-09-02 19:30:14 +00:00
Simon Kornblith
c4c65f0a50
Use Zotero.Items.get() instead of using new items directly after saving
2008-09-02 19:28:57 +00:00
Dan Stillman
d5bf5c9120
Fixes #1157 , Adding an existing tag to an item with no tags breaks Zotero
2008-09-01 17:59:25 +00:00
Dan Stillman
f0c4eec238
Fix sync icon error handling (trunk and SP2 tag)
2008-09-01 08:09:37 +00:00
Dan Stillman
02fd1f89b6
Fix sync button breakage after error (trunk and SP2 tag)
2008-09-01 08:00:46 +00:00
Dan Stillman
2dffa33364
Merge recent English strings to other locales on trunk
2008-09-01 06:45:03 +00:00
Dan Stillman
d662466ff6
Merged revisions 3306,3309 from 1.0 branch via svnmerge
2008-09-01 06:09:56 +00:00
Dan Stillman
a2e1a83de7
Recorded merge of revisions 3301 from 1.0 branch via svnmerge
2008-09-01 06:05:52 +00:00
Dan Stillman
ee8229b80a
Two JS strict warnings
2008-09-01 04:34:47 +00:00
Dan Stillman
68f7f933c2
Fix properToProxy() translator error (regression from merge)
2008-09-01 04:25:40 +00:00
Dan Stillman
a1cd958cd6
Attachment directory wasn't removed when deleting attachment
2008-09-01 03:59:55 +00:00
Dan Stillman
f9c07bb8e0
Fix one other case where the sync could never end
2008-09-01 03:42:42 +00:00
Dan Stillman
a30106c887
Storage sync never stopped if file-to-download was missing
2008-09-01 03:28:04 +00:00
Dan Stillman
93a213e9e5
- Add "Debuggin" labels to Actions menu options
...
- Add extra temporary debug output
2008-09-01 03:08:30 +00:00
Dan Stillman
4da7a006c3
Fix bug displaying "Rename associated file" dialog (on trunk and branch)
2008-09-01 02:10:40 +00:00
Dan Stillman
4da36c4f19
Fix two JS strict warnings
2008-09-01 02:00:17 +00:00
Dan Stillman
f37d724a9e
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
be2c8095c4
Blocked revision 3089 via svnmerge, since it's already on the trunk
2008-08-31 23:55:00 +00:00
Dan Stillman
84ef07c874
Missed file from r3296 and better debugging of invalid DB parameters
2008-08-31 23:39:14 +00:00
Dan Stillman
a8bb8dae40
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
227b4cbfcd
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
5d2df61aef
Eliminate SmallCaps for author, because of malfunction in editor.
2008-08-30 14:46:50 +00:00
Dan Stillman
9e9f394b29
Fix McGill Legal style id
2008-08-30 09:13:08 +00:00
Rintze Zelle
a6bf321448
* 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
86d2db3515
changed "month day" to "day. month" for blog posts
2008-08-30 05:07:18 +00:00
bodxp
60fc30c663
Add Chinese-Building-Structure.csl file for Chinese Magizine style.
2008-08-28 00:59:26 +00:00
Rintze Zelle
9be8511841
New Harvard style, adapted for Leeds Met.
2008-08-26 17:03:52 +00:00
Peter Baumgartner
8817099d38
Check In of German variant of Chicago (Author-Date)
2008-08-25 13:31:38 +00:00
Peter Baumgartner
5db49ef8a5
New: Chicago Style Author-Date format adapted for German
2008-08-25 12:12:54 +00:00
Peter Baumgartner
15159c246a
New: Chicago Style Author-Date format adapted for German
2008-08-25 11:30:17 +00:00
Rintze Zelle
ff8cf11029
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
8c91c8fc90
don't put MAX_PAGES in global namespace
2008-08-22 05:41:00 +00:00
Simon Kornblith
225c62df18
fix JS warnings
2008-08-22 05:38:36 +00:00
Simon Kornblith
4cf79691ed
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
f20ed8507e
Commit missing proxy components from r3266
2008-08-22 05:23:03 +00:00
Simon Kornblith
501d6c6e77
closes #1098 , Edit Citation not working in new document
2008-08-21 21:30:36 +00:00
Rintze Zelle
f99d96694d
Inclusion of citation sorting in jbc.csl.
2008-08-21 17:22:28 +00:00
Dan Stillman
3633b053bb
Fix "second argument to Function.prototype.apply must be an array" error in schema.js line 1636 on upgrade
2008-08-21 16:25:17 +00:00
Rintze Zelle
e75dfcf8b5
Various corrections to PNAS style.
2008-08-21 06:03:30 +00:00