Commit graph

284 commits

Author SHA1 Message Date
Dan Stillman
854842c003 Localize version header pref 2008-09-17 03:13:05 +00:00
Simon Kornblith
cccdbdb8e5 Zotero.Style.delete -> Zotero.Style.remove 2008-09-17 00:45:14 +00:00
Dan Stillman
e5bdfbb019 Full comment 2008-09-16 21:44:23 +00:00
Dan Stillman
21e7fe1fbc Handle URL-encoded 'href' values in PROPFIND request 2008-09-16 21:43:11 +00:00
Dan Stillman
d0e4852be6 Don't fail if SVN style symlink points to missing file 2008-09-16 21:39:02 +00:00
Dan Stillman
340f54c8b0 Add X-Zotero-Version header to HTTP requests to zotero.org 2008-09-16 20:11:27 +00:00
Simon Kornblith
bf8e4eae28 - implement Zotero.Styles.install, refine Zotero.Style.delete, and restore functionality to Styles prefpane
- allow deletion of multiple styles simultaneously
- split Zotero.Styles/Zotero.Style and Zotero.CSL into style.js and csl.js respectively
- add Zotero.File.getBinaryContents for binary-safe file reading
- add Zotero.MIMETypeHandler to provide a unified interface for registering observers and capturing MIME types with Zotero
2008-09-16 19:14:52 +00:00
Dan Stillman
0769e0e1f8 Accept 200 for PROPPATCH (and now compatible with Air Sharing iPhone app) 2008-09-16 06:25:44 +00:00
Dan Stillman
edad44c2db Allow 200 status code on DELETE in one other place 2008-09-16 04:34:48 +00:00
Dan Stillman
c9a3d49a5e - Add 'styles' directory with symlinks to actual styles for default styles
- Change schema.js to use 'styles' directory
2008-09-15 20:13:33 +00:00
Dan Stillman
1ab118c9af Don't throw error if there's no Zotero.Styles.lastCSL 2008-09-15 19:54:09 +00:00
Dan Stillman
b7fc5e66f2 Adds support for Microsoft IIS (5.1) WebDAV 2008-09-15 10:40:10 +00:00
Dan Stillman
eac0c1a94d - Remove overriding OPTIONS response to text/plain -- the problem is incorrect status codes generated by IIS that result in "No element found" errors
- Replace passwords in malformed XML messages when generating error reports
2008-09-15 09:48:27 +00:00
Dan Stillman
1619491157 Don't log XML error to console if OPTIONS response isn't XML 2008-09-15 08:57:23 +00:00
Dan Stillman
86678aba27 Install/upgrade support for flat-file translators and styles
Files are copied from translators.zip and styles.zip (or, for SVN installs, 'translators' and (for now) 'csl' directories) in the installation directory to 'translators' and 'styles' directories in the data directory. A build_zip file is provided for testing translators.zip (which will take precedence over a 'translators' directory) but isn't required.

The timestamp stored in repotime.txt is stored in the database and is sent to the server for updates since that time.

Updating a file in [install-dir]/translators or [install-dir]/styles automatically copies all files in that directory to the data directory.
2008-09-12 22:09:54 +00:00
Simon Kornblith
85290b6c95 add hidden property to styles 2008-09-11 23:38:34 +00:00
Dan Stillman
79ef2eac4d Better startup error debugging 2008-09-11 23:19:23 +00:00
Simon Kornblith
ca1cf1c8a3 use more consistent function names 2008-09-11 22:58:18 +00:00
Simon Kornblith
a4032fe817 remove debug code 2008-09-11 22:07:57 +00:00
Simon Kornblith
d2c3f0fa12 add support for parent/child relationships 2008-09-11 22:06:31 +00:00
Simon Kornblith
f06ce2705c implements Zotero.Styles and Zotero.Style using flat files 2008-09-11 21:29:05 +00:00
Simon Kornblith
f6b1d6e56e better handling of invalid JSON objects 2008-09-11 20:53:15 +00:00
Simon Kornblith
7d9493827e fix bug in translator caching 2008-09-11 20:45:01 +00:00
Simon Kornblith
89e7d6a1ef don't run translators on about: URIs 2008-09-11 19:40:38 +00:00
Simon Kornblith
492d3a8cb2 shuffle around initialization code 2008-09-11 19:35:53 +00:00
Simon Kornblith
d6f0dc28ef use Zotero.log instead of calling consoleService.logMessage() directly 2008-09-11 18:04:56 +00:00
Simon Kornblith
643ada4905 Convert translator architecture to use files
This will break translation for the dev XPI and on the trunk until Dan commits his part of this (or you copy the translators dir in SVN to the zotero dir in your profile dir)
2008-09-11 17:35:56 +00:00
Dan Stillman
f85f21db32 Merge r3371 to trunk 2008-09-11 17:30:40 +00:00
Dan Stillman
4648ae0f3b Zotero.getStylesDirectory(), Zotero.getTranslatorsDirectory(), and Zotero.File.createDirectoryIfMissing(dir) 2008-09-11 17:20:09 +00:00
Dan Stillman
6a3c62c23c Tweak to previous commit -- use 'this' instead of full chain 2008-09-10 16:55:45 +00:00
Dan Stillman
7f76b35ab4 Clear last sync error when starting sync 2008-09-10 16:53:11 +00:00
Dan Stillman
62290e0bcd Additional debugging for unexpected status code storage error 2008-09-10 15:50:25 +00:00
Simon Kornblith
9cb95ac77c don't show option to retrieve metadata if PDF indexer is not installed 2008-09-09 21:01:47 +00:00
Simon Kornblith
0284e5339b remove cache file even when it is < 20 lines long 2008-09-09 16:03:37 +00:00
Simon Kornblith
3fd346ed06 close input stream in recognizePDF 2008-09-09 16:00:40 +00:00
Dan Stillman
ecfc44ee57 Closes #1166, Add http access to WebDAV 2008-09-09 15:19:22 +00:00
Dan Stillman
1f334a2eb8 Fixes storage upload with subfolders 2008-09-09 14:15:53 +00:00
Dan Stillman
c6de353d23 Fix error and blank CR window when an item with tags is in conflict 2008-09-05 06:03:45 +00:00
Dan Stillman
5bc80d4cfe Additional output for debugging tag problem 2008-09-05 06:00:03 +00:00
Dan Stillman
49593266e1 Generate conflict if number of item creators changed 2008-09-05 05:42:59 +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
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
d662466ff6 Merged revisions 3306,3309 from 1.0 branch via svnmerge 2008-09-01 06:09:56 +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
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
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
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
Simon Kornblith
c77fe5462a references #831, transparent EZProxy support
changes default behavior. transparent redirection is now enabled by default, and a caution dialog appears when proxies are first accessed. when transparent redirection is turned off, no dialog appears, and proxies get saved automatically. when the user switches transparent redirection on, there is a warning that s/he should check that there are only trusted proxies in the list. i'm not sure how well i've worded the messages, so feel free to suggest better alternatives.
also, a bit of jsdoc cleanup on proxy.js
2008-08-21 05:46:54 +00:00
Dan Stillman
4c2a37e510 Fixes saved search syncing, probably 2008-08-20 14:52:24 +00:00
Dan Stillman
78731858ab More helpful error message for compat styles in cslpreview and csledit on trunk 2008-08-20 01:41:29 +00:00
Dan Stillman
c73513576a - Fix inability to add existing tags to item
- Fix error if a local tag matches a different remote tag
- Add additional triggers to enforce referential integrity
2008-08-15 05:32:18 +00:00
Dan Stillman
7637434a2a Fix error saving imported attachments on trunk (since r3178) 2008-08-14 17:58:45 +00:00
Dan Stillman
96e88bda1e - Change local key if remote item has different id but different key (which should mostly be with the Quick Start Guide)
- Moved common singleton data logic (for now, just getByKey()) into Zotero.DataObjects, and use that as template for other data objects
2008-08-13 06:38:47 +00:00
Dan Stillman
4450e12152 Proper updating of cached parent collections 2008-08-13 02:21:49 +00:00
Dan Stillman
0fb1d5866f Fixes #1077, Add tag to note dialog broken
The manual Add Tag popup isn't popping up for me when I drag a note to the tag selector. If you're still getting that, please open a new ticket.
2008-08-13 00:08:51 +00:00
Dan Stillman
4a37c5647a Fix error with Create New Item from Current Page (after r3178) 2008-08-12 07:45:04 +00:00
Dan Stillman
2d5c89cb9d Fix error saving new creators after r3178 2008-08-12 07:20:45 +00:00
Dan Stillman
fa82b66c9f Fix error in Zotero.Attachments.importFromDocument() 2008-08-12 07:13:04 +00:00
Dan Stillman
595f775c39 Improved subcollection support -- fixes "Cannot set parent of collection [x] to invalid parent [x]" error, among other things
Removed child collections from XML -- now uses parent attribute exclusively -- and increased API version to 2
2008-08-12 07:10:50 +00:00
Dan Stillman
6c56cc9b73 r3178 may find some crazy things 2008-08-08 22:06:42 +00:00
Dan Stillman
1cb7aa6a06 Better detection of invalid parameter counts passed to Zotero.DB query methods (including inadvertently passing an undefined value) 2008-08-08 21:16:26 +00:00
Asa Kusuma
005375cc33 Adds tag cloud feature. Use about:config to turn on. 2008-08-08 19:39:06 +00:00
Dan Stillman
4588e0dfe6 Fix a few JS strict warnings 2008-07-29 17:55:44 +00:00
Dan Stillman
411b300e27 Add foreign key for proxy tables 2008-07-29 17:49:55 +00:00
Dan Stillman
fe3ff13571 Fix id changing with items with highlights or annotations 2008-07-29 17:47:07 +00:00
Simon Kornblith
a4d049fe46 Fix "Zotero.Ingester.Proxies is undefined" error 2008-07-29 09:27:54 +00:00
Simon Kornblith
79d759fd8d Better support for proxy-by-port EZProxies (like the GMU EZProxy). When we see a link or redirect from (e.g.) mutex.gmu.edu:3793 to mutex.gmu.edu:3618, we now make a background request to the latter site with no cookies in order to get the EZProxy log-in screen. From the log-in screen, we can find the real URL of the latter site. 2008-07-29 05:08:26 +00:00
Simon Kornblith
17c3d1cc34 update proxy preferences without a restart (thanks Sean) 2008-07-28 22:12:11 +00:00
Simon Kornblith
ce210afe2d Fix mis-recognition of GMU EZProxy under some circumstances 2008-07-28 21:24:29 +00:00
Simon Kornblith
09e8249db8 closes #743, Support non-EZproxy proxies
closes #831, transparent EZProxy support
adds a proxy pane to the preferences
asks before saving proxies to the DB (to avoid the potential phishing risk #831 would otherwise pose)
2008-07-28 11:11:12 +00:00
Dan Stillman
30e4ae859d Fix "data mismatch" error, for real 2008-07-25 19:00:44 +00:00
Dan Stillman
d875079377 Revert part of last commit 2008-07-25 18:12:35 +00:00
Dan Stillman
4c1f8c729d Fix "data type mismatch" error on upgrade, I think 2008-07-25 18:01:16 +00:00
Simon Kornblith
1da2221d40 closes #971, Add support for secondary key 2008-07-24 22:25:03 +00:00
Dan Stillman
e591acb783 Fix report generation of items with tags 2008-07-24 19:52:09 +00:00
Simon Kornblith
5efeeb6089 remove support for old-style CSLs 2008-07-23 05:05:03 +00:00